Former-commit-id: 9f523cda559a09adf613c48325e2f46959ee0be0 [formerly 0a498090e82b8f6158dc6fc21e7e6e5fbad21420]
Former-commit-id: c3f2b54642096d19cd0e1d79bf4d3ba2a140bfcc
This commit is contained in:
Fynn 2018-02-08 14:04:11 +01:00
parent 0d9e52cdbb
commit 0018701b01

View File

@ -89,7 +89,7 @@ func TestValidatorWithdraw(t *testing.T) {
transactOpts.Value = big.NewInt(0)
_, err := vmc.Withdraw(transactOpts, big.NewInt(0))
if err != nil {
t.Fatalf("Failed to W=withdraw: %v", err)
t.Fatalf("Failed to withdraw: %v", err)
}
backend.Commit()