Skip to content

Commit

Permalink
Remove debugging message for Tron
Browse files Browse the repository at this point in the history
  • Loading branch information
3rdIteration committed Apr 29, 2024
1 parent 9661c9e commit f58c74e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions btcrecover/btcrseed.py
Original file line number Diff line number Diff line change
Expand Up @@ -2368,9 +2368,9 @@ def _verify_seed(self, mnemonic, passphrase = None):

address = wallet2.ToDict()['address']['address_0']['address']
wallet_hex = base58_tools.b58decode_check(address)[1:]
print(binascii.hexlify(wallet_hex))
#print(binascii.hexlify(wallet_hex))
if wallet_hex in self._known_hash160s:
print("correct:", binascii.hexlify(wallet_hex))
#print("correct:", binascii.hexlify(wallet_hex))
return True

return False
Expand Down

0 comments on commit f58c74e

Please sign in to comment.