1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

feat(tools): Add error message to check-bitcoin-only.

This commit is contained in:
Andrew Kozlik 2022-07-25 20:17:28 +02:00 committed by Andrew Kozlik
parent a762e75fee
commit 6e04523d6a

View File

@ -17,4 +17,7 @@ for altcoin in $ALTCOINS; do
done
IFS=$OLDIFS
if [ $RETURN -ne 0 ]; then
echo "ERROR: Altcoin strings found in Bitcoin-only firmware."
fi
exit $RETURN