mirror of
https://github.com/chaintool-py/eth-erc20.git
synced 2026-08-28 01:39:20 +02:00
Add missing unittest module to erc20 package
This commit is contained in:
0
python/giftable_erc20_token/data/.chainlib
Normal file
0
python/giftable_erc20_token/data/.chainlib
Normal file
@@ -45,7 +45,9 @@ class GiftableToken(ERC20):
|
||||
enc.string(symbol)
|
||||
enc.uint256(decimals)
|
||||
enc.uint256(expire)
|
||||
code += enc.get()
|
||||
args = enc.get()
|
||||
code += args
|
||||
logg.debug('constructor code: ' + args)
|
||||
return code
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user