Skip to content

Commit

Permalink
Remove get_nonce_key in sharding (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww authored and pipermerriam committed Feb 4, 2018
1 parent 351340d commit 04a688f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/database/test_chaindb.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
big_endian_to_int,
)
from evm.utils.state_access_restriction import (
get_nonce_key,
get_balance_key,
get_storage_key,
)
Expand Down Expand Up @@ -172,8 +171,6 @@ def test_get_witness_nodes(populated_chaindb_and_root_hash):
)

prefixes = [
get_nonce_key(A_ADDRESS),
get_nonce_key(B_ADDRESS),
get_balance_key(A_ADDRESS),
get_balance_key(B_ADDRESS),
get_storage_key(A_ADDRESS, big_endian_to_int(b"key1")),
Expand Down

0 comments on commit 04a688f

Please sign in to comment.