Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
flcl42 committed Jun 21, 2024
1 parent 0554aef commit 1587578
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Nethermind/Nethermind.Evm/AddressExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public static Address From(Address deployingAddress, ReadOnlySpan<byte> salt, Re
return new Address(in contractAddressKeccak);
}


// See https://eips.ethereum.org/EIPS/eip-7610
public static bool IsNonZeroAccount(this Address contractAddress, IReleaseSpec spec, ICodeInfoRepository codeInfoRepository, IWorldState state)
{
Expand Down

0 comments on commit 1587578

Please sign in to comment.