Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Leave enough on-chain funds for closing tx fees
Browse files Browse the repository at this point in the history
  • Loading branch information
tanx committed Oct 8, 2018
1 parent 77ab31b commit 2deb782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/lnd-child-process.js
Expand Up @@ -80,7 +80,7 @@ module.exports.startLndProcess = async function({
'--autopilot.active',
'--autopilot.private',
'--autopilot.minconfs=0',
'--autopilot.allocation=1.0',
'--autopilot.allocation=0.95',
]);
}
// set default production settings if no custom flags
Expand Down

0 comments on commit 2deb782

Please sign in to comment.