-
-
Notifications
You must be signed in to change notification settings - Fork 105
Description
File "wt_extract_keys.py", line 31, in
main()
File "wt_extract_keys.py", line 21, in main
for item in parse_wallet_dict(w_data):
File "/root/walletool/walletool/wallet_items.py", line 182, in parse_wallet_dict
yield WalletItem.parse(key, value)
File "/root/walletool/walletool/wallet_items.py", line 103, in parse
data['lockTime'] = vds.read_uint32() File "/root/walletool/walletool/bc_data_stream.py", line 56, in read_uint32
return self._read_num('<I')
File "/root/walletool/walletool/bc_data_stream.py", line 76, in _read_num
(i,) = struct.unpack_from(format, self.input, self.read_cursor)
struct.error: unpack_from requires a buffer of at least 3866173642 bytes for unpacking 4 bytes at offset 3866173638 (actual buffer size is 10912)
How to resolve problem, please ?
Thank you very mach