ethereum / genesis_block_generator

32 stars 255 forks source link

none hexadecimal digit error #17

Open coderwithattitude opened 8 years ago

coderwithattitude commented 8 years ago

anytime i run python make_genesis_block.py --extradata hash_for_1028201

i keep getting

Traceback (most recent call last): File "make_genesis_block.py", line 124, in EXTRADATA = (d[2:] if d[:2] == '0x' else d).decode('hex') File "c:\Python27\lib\encodings\hex_codec.py", line 42, in hex_decode output = binascii.a2b_hex(input) TypeError: Non-hexadecimal digit found