1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-20 14:39:22 +00:00

style(tests): make linters happy

This commit is contained in:
Pavol Rusnak 2021-12-08 17:06:37 +01:00
parent ff5f965c44
commit 0c57614436
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -214,6 +214,4 @@ def test_attack_path_segwit(client):
]
)
btc.sign_tx(
client, "Testnet", [inp1, inp2], [out1], prev_txes=TX_CACHE_MAINNET
)
btc.sign_tx(client, "Testnet", [inp1, inp2], [out1], prev_txes=TX_CACHE_MAINNET)