Skip to content

Commit

Permalink
swap: remove coin coinfiguration for tezos
Browse files Browse the repository at this point in the history
no tokens on tezos are supported, only tez itself. Therefore, coin
configuration is not supplied
  • Loading branch information
emturner committed Jan 5, 2024
1 parent 8eada13 commit d43ed6d
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 d43ed6d

Please sign in to comment.