mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 08:37:37 +00:00
typo
Former-commit-id: 9f523cda559a09adf613c48325e2f46959ee0be0 [formerly 0a498090e82b8f6158dc6fc21e7e6e5fbad21420] Former-commit-id: c3f2b54642096d19cd0e1d79bf4d3ba2a140bfcc
This commit is contained in:
parent
0d9e52cdbb
commit
0018701b01
@ -89,7 +89,7 @@ func TestValidatorWithdraw(t *testing.T) {
|
|||||||
transactOpts.Value = big.NewInt(0)
|
transactOpts.Value = big.NewInt(0)
|
||||||
_, err := vmc.Withdraw(transactOpts, big.NewInt(0))
|
_, err := vmc.Withdraw(transactOpts, big.NewInt(0))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("Failed to W=withdraw: %v", err)
|
t.Fatalf("Failed to withdraw: %v", err)
|
||||||
}
|
}
|
||||||
backend.Commit()
|
backend.Commit()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user