mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-16 13:00:52 +02:00
Update PyVanityGenerator.py
This commit is contained in:
parent
8ea8fba070
commit
bc9cb18ee6
1 changed files with 0 additions and 3 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue