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

Commit 2deb782

Browse files
committed
Leave enough on-chain funds for closing tx fees
1 parent 77ab31b commit 2deb782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/lnd-child-process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ module.exports.startLndProcess = async function({
8080
'--autopilot.active',
8181
'--autopilot.private',
8282
'--autopilot.minconfs=0',
83-
'--autopilot.allocation=1.0',
83+
'--autopilot.allocation=0.95',
8484
]);
8585
}
8686
// set default production settings if no custom flags

0 commit comments

Comments
 (0)