-
Notifications
You must be signed in to change notification settings - Fork 94
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
orderbook and trade_preimage RPC improvements. #883
Conversation
Is this utxo fees included in the total too ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for these improvements. Could you please just make a few changes?
@Milerius Yes, please note that the coin's balance should not be checked for this case. There will be a
So if |
@sergeyboyko0791 As discussed in person, I've added the TotalTradeFee struct with the Please review the PR again when you have time 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Approve it :)
Add more info to orderbook response for charts. Display UTXO fee to spend the payment in trade_preimage response.
#859 #872