Remove minter alias in contract

This commit is contained in:
lash
2023-02-12 08:31:08 +00:00
parent 4e6e5300f7
commit 7982dbae97
6 changed files with 26 additions and 13 deletions

View File

@@ -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