rescuefunding: fix local vs. remote chan cfg

pull/38/head v0.9.5
Oliver Gugger 2 years ago
parent d1eb72b7d9
commit 629d381c3e
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

@ -185,7 +185,7 @@ func (c *rescueFundingCommand) Execute(_ *cobra.Command, _ []string) error {
}
localKeyDesc = &pendingChan.LocalChanCfg.MultiSigKey
remotePubKey = pendingChan.LocalChanCfg.MultiSigKey.PubKey
remotePubKey = pendingChan.RemoteChanCfg.MultiSigKey.PubKey
case c.RemotePubKey != "":
remoteKeyBytes, err := hex.DecodeString(c.RemotePubKey)

@ -26,7 +26,7 @@ import (
const (
defaultAPIURL = "https://blockstream.info/api"
version = "0.9.4"
version = "0.9.5"
na = "n/a"
Commit = ""

Loading…
Cancel
Save