mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-31 17:31:30 +00:00
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) {
|
f: func() (btcjson.Cmd, error) {
|
||||||
return NewNotifyAllNewTXsCmd(
|
return NewNotifyAllNewTXsCmd(
|
||||||
float64(1),
|
float64(1),
|
||||||
true), nil
|
true)
|
||||||
},
|
},
|
||||||
result: &NotifyAllNewTXsCmd{
|
result: &NotifyAllNewTXsCmd{
|
||||||
id: float64(1),
|
id: float64(1),
|
||||||
|
|
Loading…
Add table
Reference in a new issue