Skip to content

Commit

Permalink
Namecoin: Fix rebranding check false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Feb 6, 2020
1 parent e1341ba commit e0bfaa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/check_nmc_rebranding
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ for i in **/*.py; do
if ./contrib/print_python_strings "$i" "btc" \
| grep -v "btchip" \
| grep -v 'electrum/tests/.*\.py.*C2YxWaiTpNPuxjSNhUlBtcJmcdkz3' \
| grep -v 'electrum/tests/.*\.py.*3KaBTcviBLEJajTEMstsA2GWjYoPzPK7Y7'; then
| grep -v 'electrum/tests/.*\.py.*3KaBTcviBLEJajTEMstsA2GWjYoPzPK7Y7' \
| grep -v 'electrum/tests/.*\.py.*mEIVZ1sXNObTCGD8auW4H8hAtq2H'; then
echo "Rebranding needed"
exit 1
fi
Expand Down

0 comments on commit e0bfaa5

Please sign in to comment.