diff --git a/public/lnd-child-process.js b/public/lnd-child-process.js index 0b72bfd55..c39634003 100644 --- a/public/lnd-child-process.js +++ b/public/lnd-child-process.js @@ -80,6 +80,7 @@ module.exports.startLndProcess = async function({ '--autopilot.active', '--autopilot.private', '--autopilot.minconfs=0', + '--autopilot.allocation=1.0', ]); } // set default production settings if no custom flags