add strip_0x to fix address tests that fail

This commit is contained in:
2022-02-11 12:50:54 +00:00
committed by Louis Holbrook
parent 5bf187612a
commit 6da3f2108a
7 changed files with 42 additions and 8 deletions

View File

@@ -94,4 +94,4 @@ class GiftableToken(TxFactory):
tx = self.template(sender_address, contract_address, use_nonce=True)
tx = self.set_code(tx, data)
tx = self.finalize(tx, tx_format)
return tx
return tx