We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044df04 commit 8488b27Copy full SHA for 8488b27
src/paymentChannels/handlers/open.js
@@ -72,7 +72,7 @@ module.exports = (node) => node.handle(PROTOCOL_PAYMENT_CHANNEL, (protocol, conn
72
index: restoreTx.index,
73
currentValue: restoreTx.value,
74
totalBalance: (new BN(restoreTx.value)).imuln(2).toBuffer('be', Transaction.VALUE_LENGTH)
75
- }, cb),
+ }, { sync: true }, cb),
76
], (err) => {
77
if (err) {
78
log(node.peerInfo.id, err.message)
0 commit comments