Fixes problem with field values too long for one APDU

This commit is contained in:
Alexandre Paillier
2022-07-28 17:29:10 +02:00
parent fe13260140
commit 311c266084
3 changed files with 13 additions and 10 deletions

View File

@@ -383,5 +383,5 @@ def process_file(aclient: EthereumClient, input_file_path: str, filtering = Fals
return False
# sign
send_sign()
#send_sign()
return True