docstrings for eth extension

This commit is contained in:
nolash
2021-11-29 19:15:10 +01:00
parent 8f78e80bb1
commit 6e5a80ae7c
3 changed files with 33 additions and 3 deletions

View File

@@ -43,8 +43,6 @@ class TestCICEthBase(EthTesterCase):
random.seed(42)
f = open('/dev/urandom', 'rb')
#self.initial_description = add_0x(random.randbytes(32).hex())
#self.token_address = add_0x(random.randbytes(20).hex())
initial_description_bytes = f.read(32)
self.initial_description = add_0x(initial_description_bytes.hex())
token_address_bytes = f.read(20)