diff --git a/cmds_test.go b/cmds_test.go index 0a2375c6..0b048dd7 100644 --- a/cmds_test.go +++ b/cmds_test.go @@ -178,7 +178,7 @@ var cmdtests = []struct { f: func() (btcjson.Cmd, error) { return NewNotifyAllNewTXsCmd( float64(1), - true), nil + true) }, result: &NotifyAllNewTXsCmd{ id: float64(1),