mirror of
https://github.com/chaintool-py/eth-erc20.git
synced 2026-04-28 05:11:04 +02:00
add strip_0x to fix address tests that fail
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user