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
{{ message }}
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.
Path payment computation on horizon uses rounding down:
And in stellar-core it uses rounding up: https://github.com/stellar/stellar-core/blob/master/src/transactions/OfferExchange.cpp#L91
Here are some tests in stellar-core:
https://github.com/stellar/stellar-core/blob/master/src/transactions/ExchangeTests.cpp
The text was updated successfully, but these errors were encountered: