I hit push accidentally
This commit is contained in:
Niko Storni 2019-06-12 02:54:18 +02:00
parent bc9886b3e8
commit faac895509

View file

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