fix integration test issue and updated keycard firmware

This commit is contained in:
jonesmarvin8
2026-04-28 14:10:54 -04:00
parent f44562eb8f
commit d5dea3e115
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ class KeycardWallet:
# Load the LEE seed onto the card
result = self.card.load_key(
key_type = constants.LoadKeyType.BIP39_SEED,
key_type = constants.LoadKeyType.LEE_SEED,
lee_seed = seed
)