Skip to content

Commit

Permalink
Namecoin: Update rebranding check
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Mar 26, 2020
1 parent 1a29ec0 commit 138220d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/check_nmc_rebranding
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ for i in **/*.py; do
| grep -v "electrum/gui/text.py.*'satoshis'" \
| grep -v "electrum/old_mnemonic.py" \
| grep -v "electrum/util.py.*'Satoshis(%d)'" \
| grep -v "electrum/util.py.*'Satoshis({self.value})'" \
| grep -v "electrum/tests/.*\.py"; then
echo "Rebranding needed"
exit 1
Expand Down

0 comments on commit 138220d

Please sign in to comment.