mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
chore(common): add cloudflare exception to bitcoin only checker [no changelog]
This commit is contained in:
parent
2aa427a6e3
commit
b318e0da3b
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
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"
|
||||
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)
|
||||
ALTCOINS=$(./common/tools/cointool.py dump -l -p -t | grep '"name"' | cut -d '"' -f 4 | tail -n +4)
|
||||
|
Loading…
Reference in New Issue
Block a user