REinstate owner as minter by default

This commit is contained in:
lash
2023-02-19 08:07:25 +00:00
parent 5d585fc208
commit 75c16b7198
7 changed files with 39 additions and 16 deletions

View File

@@ -77,12 +77,6 @@ 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