Skip to content

Commit

Permalink
swap: remove coin configuration on tezos
Browse files Browse the repository at this point in the history
coin configuration is not supplied, as only tez swaps are supported,
no tokens.
  • Loading branch information
emturner committed Jan 5, 2024
1 parent 8eada13 commit 1a9ad79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/apps/tezos_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from ragger.utils import create_currency_config, RAPDU


XTZ_CONF = create_currency_config("XTZ", "Tezos Wallet", ("XTZ", 6))
XTZ_CONF = create_currency_config("XTZ", "Tezos Wallet")

XTZ_PACKED_DERIVATION_PATH = pack_derivation_path("m/44'/1729'/0'")

Expand Down

0 comments on commit 1a9ad79

Please sign in to comment.