You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
#75
Open
FuzzTone09 opened this issue
Feb 23, 2019
· 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: