mirror of
git://holbrook.no/erc20-demurrage-token
synced 2026-04-28 10:51:04 +02:00
Remove minter alias in contract
This commit is contained in:
@@ -77,6 +77,12 @@ class TestTokenDeploy:
|
||||
r = rpc.do(o)
|
||||
self.start_time = r['timestamp']
|
||||
|
||||
(tx_hash, o) = interface.add_writer(self.address, deployer_address, deployer_address)
|
||||
r = rpc.do(o)
|
||||
o = receipt(tx_hash)
|
||||
r = rpc.do(o)
|
||||
assert r['status'] == 1
|
||||
|
||||
return self.address
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user