Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 1b64157

Browse files
committed
fix(wallet): use correct payload for connectPeer
1 parent e1c41da commit 1b64157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/grpc/lightning.methods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async function ensurePeerConnected(payload = {}) {
111111
}
112112
const finalPayload = { addr: payload }
113113
logGrpcCmd('Lightning.connectPeer', finalPayload)
114-
return this.connectPeer({ addr: finalPayload })
114+
return this.connectPeer(finalPayload)
115115
}
116116

117117
/**

0 commit comments

Comments
 (0)