mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
style: make flake8 happy
This commit is contained in:
parent
0c13a43518
commit
a6d316db25
@ -23,7 +23,6 @@ class TestEthereumGetAddress(unittest.TestCase):
|
|||||||
h = _ethereum_address_hex(b)
|
h = _ethereum_address_hex(b)
|
||||||
self.assertEqual(h, '0x' + s)
|
self.assertEqual(h, '0x' + s)
|
||||||
|
|
||||||
|
|
||||||
def test_ethereum_address_hex_rskip60(self):
|
def test_ethereum_address_hex_rskip60(self):
|
||||||
# https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP60.md
|
# https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP60.md
|
||||||
rskip60_chain_30 = [
|
rskip60_chain_30 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user