Skip to content

Commit 8c59a8e

Browse files
committed
Withdrawals: Update comments
1 parent cff0433 commit 8c59a8e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

fillers/withdrawals/withdrawals.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,9 @@ def test_withdrawals_many_withdrawals(_):
348348
@test_from(WITHDRAWALS_FORK)
349349
def test_withdrawals_self_destructing_account(_):
350350
"""
351-
Test Withdrawals can be done to the same address multiple times in
352-
the same block.
351+
Test Withdrawals can be done to self-destructed accounts.
352+
Account `0x100` self-destructs and sends all its balance to `0x200`.
353+
Then, a withdrawal is received at `0x100` with 99 wei.
353354
"""
354355
pre = {
355356
TestAddress: Account(balance=1000000000000000000000, nonce=0),
@@ -401,7 +402,7 @@ def test_withdrawals_self_destructing_account(_):
401402
@test_from(WITHDRAWALS_FORK)
402403
def test_withdrawals_newly_created_contract(_):
403404
"""
404-
Test Withdrawals where one of the withdrawal has a zero amount.
405+
Test Withdrawing to a newly created contract.
405406
"""
406407
created_contract = "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f"
407408

0 commit comments

Comments
 (0)