Skip to content

Commit

Permalink
LNC: Sweep on-chain wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Oct 26, 2023
1 parent ad64b07 commit 50e0eaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backends/LightningNodeConnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ export default class LightningNodeConnect {
addr: data.addr,
sat_per_vbyte: data.sat_per_vbyte,
amount: data.amount,
spend_unconfirmed: data.spend_unconfirmed
spend_unconfirmed: data.spend_unconfirmed,
send_all: data.send_all
})
.then((data: lnrpc.SendCoinsResponse) => snakeize(data));
getMyNodeInfo = async () =>
Expand Down

0 comments on commit 50e0eaa

Please sign in to comment.