Make tests build again.
This commit is contained in:
parent
0821c583e5
commit
5c66641735
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ var cmdtests = []struct {
|
|||
f: func() (btcjson.Cmd, error) {
|
||||
return NewNotifyAllNewTXsCmd(
|
||||
float64(1),
|
||||
true), nil
|
||||
true)
|
||||
},
|
||||
result: &NotifyAllNewTXsCmd{
|
||||
id: float64(1),
|
||||
|
|
Loading…
Add table
Reference in a new issue