-
Notifications
You must be signed in to change notification settings - Fork 499
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
Error Parsing Price for ManageSellOffer Operation #2579
Comments
leighmcculloch
added
txnbuild
2nd-generation transaction build library for Go SDK
bug
and removed
bug
Something isn't working
labels
May 11, 2020
It seems to be a rounding problem in Numerator: 1
|
Yes, looks like #2514 should fix this one. The code in Lines 126 to 150 in 5b5b4d6
|
do we have an eta for this issue? Appreciated 🎉 |
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version are you using?
5b5b4d6
What did you do?
use the following to retrieve envelope xdr
then saw the following error
What did you expect to see?
I expect to build the xdr.Operation from the txnbuild.Operation successfully
What did you see instead?
But I saw an error while building it
Possible location that causes the failure
go/txnbuild/manage_offer.go
Lines 102 to 105 in 8c55e6b
The text was updated successfully, but these errors were encountered: