mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-17 01:52:02 +00:00
fix(tools): only check against enabled coins
This commit is contained in:
parent
00095c5787
commit
c353135b0d
@ -4,7 +4,7 @@ RETURN=0
|
|||||||
EXCEPTIONS="decred|omni|ripple|dash|TEXT_MARGIN_LEFT|dash_width|dashlane|flo|mnemonic|meter|refuse|fused|enemy|cinema|syntaxerror|mix|palm|UdesRsK|kcc|derive_cardano|ntity|gather|bmc|cloudflare"
|
EXCEPTIONS="decred|omni|ripple|dash|TEXT_MARGIN_LEFT|dash_width|dashlane|flo|mnemonic|meter|refuse|fused|enemy|cinema|syntaxerror|mix|palm|UdesRsK|kcc|derive_cardano|ntity|gather|bmc|cloudflare"
|
||||||
|
|
||||||
# dump all coins except the first 3 (Bitcoin, Testnet, Regtest)
|
# dump all coins except the first 3 (Bitcoin, Testnet, Regtest)
|
||||||
ALTCOINS=$(./common/tools/cointool.py dump -l -p -t | grep '"name"' | cut -d '"' -f 4 | tail -n +4)
|
ALTCOINS=$(./common/tools/cointool.py dump -l -p -t -d trezor1 -d trezor2 | grep '"name"' | cut -d '"' -f 4 | tail -n +4)
|
||||||
# split on newlines only
|
# split on newlines only
|
||||||
OLDIFS=$IFS
|
OLDIFS=$IFS
|
||||||
IFS="
|
IFS="
|
||||||
|
Loading…
Reference in New Issue
Block a user