Upgrade chainlib

This commit is contained in:
lash
2022-05-09 20:14:34 +00:00
parent 70663293af
commit 48156eb7ba
8 changed files with 11 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@@ -94,4 +94,6 @@ 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