Skip to content

Commit faac895

Browse files
committed
fix test
I hit push accidentally
1 parent bc9886b commit faac895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/jsonrpc/daemon_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func TestClient_AccountFund(t *testing.T) {
3737
t.Error(err)
3838
return
3939
}
40-
got, err := d.AccountFund(account, account, fmt.Sprintf("%f", balance/2.0), 40)
40+
got, err := d.AccountFund(account, account, fmt.Sprintf("%f", balance/2.0), 40, false)
4141
if err != nil {
4242
t.Error(err)
4343
return

0 commit comments

Comments
 (0)