We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a633da commit 18ef40fCopy full SHA for 18ef40f
cmd/chantools/main.go
@@ -23,7 +23,7 @@ import (
23
24
const (
25
defaultAPIURL = "https://blockstream.info/api"
26
- version = "0.4.0"
+ version = "0.4.1"
27
)
28
29
var (
cmd/chantools/rescuefunding.go
@@ -94,7 +94,7 @@ func (c *rescueFundingCommand) Execute(_ []string) error {
94
if len(c.ConfirmedOutPoint) == 0 {
95
chainOp = dbOp
96
} else {
97
- chainOp, err = lnd.ParseOutpoint(c.ChannelPoint)
+ chainOp, err = lnd.ParseOutpoint(c.ConfirmedOutPoint)
98
if err != nil {
99
return fmt.Errorf("error parsing confirmed channel "+
100
"point: %v", err)
0 commit comments