We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9886b commit faac895Copy full SHA for faac895
extras/jsonrpc/daemon_test.go
@@ -37,7 +37,7 @@ func TestClient_AccountFund(t *testing.T) {
37
t.Error(err)
38
return
39
}
40
- got, err := d.AccountFund(account, account, fmt.Sprintf("%f", balance/2.0), 40)
+ got, err := d.AccountFund(account, account, fmt.Sprintf("%f", balance/2.0), 40, false)
41
if err != nil {
42
43
0 commit comments