Skip to content

Commit

Permalink
Add createpackParams as an attribute of Hexloader
Browse files Browse the repository at this point in the history
  • Loading branch information
srasoamiaramanana-ledger committed Jul 19, 2023
1 parent 2e8cf97 commit 3b6e018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ledgerblue/hexLoader.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def __init__(self, card, cla=0xF0, secure=False, mutauth_result=None, relative=T
self.cla = cla
self.secure = secure
self.createappParams = None
self.createpackParams = None

#legacy unsecure SCP (pre nanos-1.4, pre blue-2.1)
self.max_mtu = 0xFE
Expand Down

0 comments on commit 3b6e018

Please sign in to comment.