Skip to content

Commit 8488b27

Browse files
author
Robert Kiel
committed
bugfix
1 parent 044df04 commit 8488b27

File tree

1 file changed

+1
-1
lines changed
  • src/paymentChannels/handlers

1 file changed

+1
-1
lines changed

src/paymentChannels/handlers/open.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module.exports = (node) => node.handle(PROTOCOL_PAYMENT_CHANNEL, (protocol, conn
7272
index: restoreTx.index,
7373
currentValue: restoreTx.value,
7474
totalBalance: (new BN(restoreTx.value)).imuln(2).toBuffer('be', Transaction.VALUE_LENGTH)
75-
}, cb),
75+
}, { sync: true }, cb),
7676
], (err) => {
7777
if (err) {
7878
log(node.peerInfo.id, err.message)

0 commit comments

Comments
 (0)