mirror of
git://holbrook.no/erc20-demurrage-token
synced 2026-04-28 02:51:03 +02:00
Add expiry implementation, after expire sink gets all
This commit is contained in:
@@ -92,7 +92,7 @@ class TestDemurrage(EthTesterCase):
|
||||
period = getattr(self, 'period')
|
||||
except AttributeError as e:
|
||||
pass
|
||||
self.deployer = TestTokenDeploy(self.rpc, period=period)
|
||||
self.deployer = TestTokenDeploy(self.rpc, period=period, sink_address=self.accounts[9])
|
||||
self.default_supply = self.deployer.default_supply
|
||||
self.default_supply_cap = self.deployer.default_supply_cap
|
||||
self.start_block = None
|
||||
|
||||
Reference in New Issue
Block a user