Skip to content

Commit

Permalink
Update PyVanityGenerator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SatoshiNakamotoBitcoin authored Oct 29, 2024
1 parent 8ea8fba commit bc9cb18
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pybitblock/SPV/PyVanityGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

from vanity_address.vanity_address import VanityAddressGenerator
from pprint import pprint
import signal
import sys
signal.signal(signal.SIGINT, lambda x, y: sys.exit(0))

def callback(address):
return address.startswith(b'1X')
Expand Down

0 comments on commit bc9cb18

Please sign in to comment.