File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -348,8 +348,9 @@ def test_withdrawals_many_withdrawals(_):
348348@test_from (WITHDRAWALS_FORK )
349349def 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 )
402403def 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
You can’t perform that action at this time.
0 commit comments