-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invalid value: integer 2575874549, expected i32 on parsing txes #966
Comments
seen on QTUM too, same error:
|
Hi @cipig, thanks for opening the issue! |
@cipig Where do these transactions come from? The locktime is very big, if these are generated by MM2 we have an additional bug somewhere. |
@artemii235 the tx from the first error with ZER is this: https://insight.zerocurrency.io/insight/tx/3b666753b77e28da8a4d858339825315f32516cc147fa743329c7248bd0c6902 |
tried with #970 and the problem is fixed, no error on parsing this ZER tx https://insight.zerocurrency.io/insight/tx/c8cf68edc1967fb0eddd759331423d5bf542690e5f9a21fe701c3a1f832cbb7b, which is the same (Takerpaymentspend) as the above ZER tx that failed parsing |
locktimes of the ZER txes involved in the swap: |
Fix parsing verbose transaction with large locktime #966
There is still another bug that leads to MM2 setting that high locktime, which I will fix shortly. |
i get the following error when trying to swap KMD/ZER using dev branch
The text was updated successfully, but these errors were encountered: