Skip to content
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

tarodb+tarofreighter: properly handle case when send can't succeed #138

Merged
merged 1 commit into from
Sep 27, 2022

Conversation

Roasbeef
Copy link
Member

In this commit, we add a new error that'll be returned from the coin selection interface if the set of constraints specified can't be met. This error will now properly be propagated up to the RPC interface and thru the command line instead of crashing due to a OOB access (returned slice has no asset inputs).

In this commit, we add a new error that'll be returned from the coin
selection interface if the set of constraints specified can't be met.
This error will now properly be propagated up to the RPC interface and
thru the command line instead of crashing due to a OOB access (returned
slice has no asset inputs).
Copy link
Member

@guggero guggero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉

@Roasbeef Roasbeef merged commit b1487f5 into main Sep 27, 2022
@guggero guggero deleted the send-coin-select-err-amt branch September 27, 2022 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants