Fix comment

This commit is contained in:
nolash 2020-11-14 00:25:15 +01:00
parent 288ae2148c
commit 285425a9d2
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class Test(unittest.TestCase):
self.eth_tester.mine_block()
self.assertEqual(registry.count(), 2)
# account 0 does not have access
# account 2 does not have access
registry = AccountRegistry(self.w3, self.address, self.w3.eth.accounts[2])
registry.add(self.w3.eth.accounts[2])
self.eth_tester.mine_block()