Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
I hit push accidentally
  • Loading branch information
nikooo777 committed Jun 12, 2019
1 parent bc9886b commit faac895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/jsonrpc/daemon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestClient_AccountFund(t *testing.T) {
t.Error(err)
return
}
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)
if err != nil {
t.Error(err)
return
Expand Down

0 comments on commit faac895

Please sign in to comment.