diff --git a/cmd/chantools/rescuefunding.go b/cmd/chantools/rescuefunding.go index efa996f..93812d6 100644 --- a/cmd/chantools/rescuefunding.go +++ b/cmd/chantools/rescuefunding.go @@ -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) diff --git a/cmd/chantools/root.go b/cmd/chantools/root.go index 71f66f3..59c1e57 100644 --- a/cmd/chantools/root.go +++ b/cmd/chantools/root.go @@ -26,7 +26,7 @@ import ( const ( defaultAPIURL = "https://blockstream.info/api" - version = "0.9.4" + version = "0.9.5" na = "n/a" Commit = ""