Skip to content

Commit

Permalink
removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Scooletz committed Jun 22, 2023
1 parent 6aeffea commit 95d4bbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Paprika.Runner/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,6 @@ private static Account GetAccountValue(int counter)

private static UInt256 GetStorageValue(int counter) => (UInt256)counter + 100000;

private static UInt256 GetBigAccountStorageValue(int counter) => (UInt256)counter + 123456;

private static Keccak GetBigAccountKey()
{
Keccak key = default;
Expand Down

0 comments on commit 95d4bbd

Please sign in to comment.