From 17b3c9a7db497cdac269d9eb8cc15a1398ef61ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Vejpustek?= Date: Fri, 22 Oct 2021 18:07:03 +0200 Subject: [PATCH] fix(tools): add exception in check-bitcoin-only --- 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 812dfceba..d89606dd1 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|APP_CARDANO_PASSPHRASE|APP_MONERO_LIVE_REFRESH|ed25519 cardano|dash_width|dashlane|flo|mnemonic|meter|refuse|fused|enemy|cinema|syntaxerror|mix|palm" +EXCEPTIONS="decred|omni|ripple|dash|TEXT_MARGIN_LEFT|APP_CARDANO_PASSPHRASE|APP_MONERO_LIVE_REFRESH|ed25519 cardano|dash_width|dashlane|flo|mnemonic|meter|refuse|fused|enemy|cinema|syntaxerror|mix|palm|UdesRsK" # 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)