mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-20 02:56:47 +01:00
lnrpc: expose all local and remote channel constraints
This commit is contained in:
@@ -861,7 +861,7 @@ func closeAllChannels(ctx *cli.Context) error {
|
||||
"The closing transaction will need %d "+
|
||||
"confirmations before the funds can be "+
|
||||
"spent. (yes/no): ", channel.RemotePubkey,
|
||||
channel.ChannelPoint, channel.CsvDelay)
|
||||
channel.ChannelPoint, channel.LocalConstraints.CsvDelay)
|
||||
|
||||
confirmed := promptForConfirmation(msg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user