mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
chore(tools): add new Ethereum layout name into exceptions for altcoin strings
[no changelog]
This commit is contained in:
parent
9a53ba9f44
commit
6c4e0eec26
@ -4,9 +4,9 @@ RETURN=0
|
||||
EXCEPTIONS=()
|
||||
EXCEPTIONS+=( "decred" ) # "decred" figures in field names used by the bitcoin app
|
||||
EXCEPTIONS+=( "omni" ) # OMNI is part of the bitcoin app
|
||||
# BIP39 or SLIP39 words that have "dash" in them
|
||||
# BIP39 or SLIP39 words that have "dash" in them
|
||||
EXCEPTIONS+=( "dash" )
|
||||
EXCEPTIONS+=( "confirm_ethereum_tx" ) # is model-specific, so is in layout/__init__.py instead of ethereum/layout.py
|
||||
EXCEPTIONS+=( "confirm_ethereum_tx" "ethereum_tx_summary" ) # is model-specific, so is in layout/__init__.py instead of ethereum/layout.py
|
||||
|
||||
GREP_ARGS=()
|
||||
for exception in "${EXCEPTIONS[@]}"; do
|
||||
|
Loading…
Reference in New Issue
Block a user