Make tests build again.

This commit is contained in:
Josh Rickmar 2014-02-10 09:11:25 -05:00
parent 0821c583e5
commit 5c66641735

View file

@ -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),