commit 285425a9d23b8ee46715b43ba746700ecbcceccc
parent 288ae2148ca4a5f86b5cfade40cac93b2d1b3500
Author: nolash <dev@holbrook.no>
Date: Sat, 14 Nov 2020 00:25:15 +0100
Fix comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/tests/test_app.py b/python/tests/test_app.py
@@ -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()