diff --git a/tools/check-bitcoin-only b/tools/check-bitcoin-only index d1d695625..8158b56d1 100755 --- a/tools/check-bitcoin-only +++ b/tools/check-bitcoin-only @@ -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