Skip to content

Commit

Permalink
Drop already deprecated web3.soliditySha3
Browse files Browse the repository at this point in the history
  • Loading branch information
njgheorghita committed Jan 18, 2019
1 parent c736504 commit 69a90e3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions web3/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,6 @@ def keccak(primitive=None, text=None, hexstr=None):
)
)

@combomethod
@deprecated_for("solidityKeccak")
def soliditySha3(cls, abi_types, values):
return cls.solidityKeccak(abi_types, values)

@combomethod
def solidityKeccak(cls, abi_types, values):
"""
Expand Down

0 comments on commit 69a90e3

Please sign in to comment.