lnrpc: expose all local and remote channel constraints

This commit is contained in:
yyforyongyu
2020-06-10 20:21:13 +08:00
parent eeea441c3c
commit f11da830b9
6 changed files with 1271 additions and 866 deletions

View File

@@ -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)