Skip to content

Commit

Permalink
sync changes to variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
lndhub-admin authored and Overtorment committed Sep 22, 2021
1 parent 1b1fe8f commit 7f9463b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/show_user.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ let lightning = require('../lightning');

let locked = await U.getLockedPayments();
for (let loc of locked) {
console.log('-', loc.amount + /* fee limit */ Math.floor(loc.amount * config.defaultForwardReserveFee), new Date(loc.timestamp * 1000).toString(), '[locked]');
console.log('-', loc.amount + /* fee limit */ Math.floor(loc.amount * config.forwardReserveFee), new Date(loc.timestamp * 1000).toString(), '[locked]');
}

console.log('\ncalculatedBalance\n================\n', calculatedBalance, await U.getCalculatedBalance());
Expand Down

0 comments on commit 7f9463b

Please sign in to comment.