You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/packet/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ class Packet {
114
114
returnnode.paymentChannels.setChannel({
115
115
currentValue: this.transaction.value,
116
116
index: this.transaction.index
117
-
},channelId,cb)
117
+
},{channelId: channelId},cb)
118
118
},
119
119
(cb)=>{
120
120
log(node.peerInfo.id,`Payment channel exists. Requested SHA256 pre-image of '${Challenge.deriveHashedKey(this.header.derivedSecret).toString('base64')}' is derivable.`)
0 commit comments