mirror of
git://holbrook.no/erc20-demurrage-token
synced 2024-11-21 15:56:46 +01:00
Remove redistribute parameter in unittest constructor
This commit is contained in:
parent
008a6ecfba
commit
4dbbf2c9bc
@ -67,7 +67,7 @@ class TestTokenDeploy:
|
||||
def deploy(self, rpc, deployer_address, interface, supply_cap=0):
|
||||
tx_hash = None
|
||||
o = None
|
||||
(tx_hash, o) = interface.constructor(deployer_address, self.settings, redistribute=False, cap=0)
|
||||
(tx_hash, o) = interface.constructor(deployer_address, self.settings, cap=0)
|
||||
|
||||
r = rpc.do(o)
|
||||
o = receipt(tx_hash)
|
||||
|
Loading…
Reference in New Issue
Block a user