From b318e0da3b1852c9426e213e83003490bcb8d7d6 Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Fri, 17 Jun 2022 14:24:27 +0200 Subject: [PATCH] chore(common): add cloudflare exception to bitcoin only checker [no changelog] --- tools/check-bitcoin-only | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check-bitcoin-only b/tools/check-bitcoin-only index 0c2bf5162..055e44992 100755 --- a/tools/check-bitcoin-only +++ b/tools/check-bitcoin-only @@ -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)