rescuefunding: fix local vs. remote chan cfg

pull/38/head v0.9.5
Oliver Gugger 3 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 localKeyDesc = &pendingChan.LocalChanCfg.MultiSigKey
remotePubKey = pendingChan.LocalChanCfg.MultiSigKey.PubKey remotePubKey = pendingChan.RemoteChanCfg.MultiSigKey.PubKey
case c.RemotePubKey != "": case c.RemotePubKey != "":
remoteKeyBytes, err := hex.DecodeString(c.RemotePubKey) remoteKeyBytes, err := hex.DecodeString(c.RemotePubKey)

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

Loading…
Cancel
Save