bitcoin_fork_claimer icon indicating copy to clipboard operation
bitcoin_fork_claimer copied to clipboard

I'm getting an error on line 526 minfee = struct.unpack("<Q", payload)[0]....struct.error: unpack requires a string argument of length 8 how do I rsolve this? I was successful in everything else but I'm hung up on this one.

Open FuzzTone09 opened this issue 6 years ago • 2 comments

I'm getting an struct error on line 526 minfee = struct.unpack("<Q", payload)[0]....struct.error: unpack requires a string argument of length 8 how do I rsolve this? I was successful in everything else but I'm hung up on this one. I can't complete the process because of this. If you help me on this one I will definitely donate. minfee = struct.unpack("<Q", payload)[0] struct.error: unpack requires a string argument of length 8

FuzzTone09 avatar Feb 23 '19 03:02 FuzzTone09

What coin?

ymgve avatar Feb 23 '19 11:02 ymgve

BCH

On Sat, Feb 23, 2019, 6:53 AM ymgve [email protected] wrote:

What coin?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ymgve/bitcoin_fork_claimer/issues/75#issuecomment-466642041, or mute the thread https://github.com/notifications/unsubscribe-auth/AtsGBOnV9Cecr6xCu13OjXxLkwK9Ti3Jks5vQSukgaJpZM4bNt59 .

FuzzTone09 avatar Feb 23 '19 17:02 FuzzTone09