Skip to content

Commit

Permalink
lncli: add PSBT publish warning
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Apr 26, 2020
1 parent 0cf63ae commit d765e73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/lncli/cmd_open_channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ If you are using a wallet that can fund a PSBT directly (currently not possible
with bitcoind), you can use this PSBT that contains the same address and amount:
%s
!!! WARNING !!!
DO NOT PUBLISH the finished transaction by yourself or with another tool.
lnd MUST publish it in the proper funding flow order OR THE FUNDS CAN BE LOST!
Paste the funded PSBT here to continue the funding flow.
Base64 encoded PSBT: `

Expand Down

0 comments on commit d765e73

Please sign in to comment.