We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This test overflows because of an overflow in effective_value, not because of addition https://github.com/p2pderivatives/rust-bitcoin-coin-selection/blob/master/src/single_random_draw.rs#L207. Re-title test and maybe add another test for addition overflow.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This test overflows because of an overflow in effective_value, not because of addition https://github.com/p2pderivatives/rust-bitcoin-coin-selection/blob/master/src/single_random_draw.rs#L207. Re-title test and maybe add another test for addition overflow.
The text was updated successfully, but these errors were encountered: