feat: avoid test_eip1559
This commit is contained in:
11
tests/speculos/test_eip1559.py
Normal file
11
tests/speculos/test_eip1559.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from time import sleep
|
||||
from ethereum_client.utils import UINT64_MAX, apdu_as_string, compare_screenshot, save_screenshot, PATH_IMG, parse_sign_response
|
||||
from ethereum_client.plugin import Plugin
|
||||
import ethereum_client
|
||||
|
||||
def test_sign_eip_1559(cmd):
|
||||
result: list = []
|
||||
|
||||
bip32_path="44'/60'/0'/0/0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user