p2pderivatives / rust-bitcoin-coin-selection

10 stars 5 forks source link

SRD overflow test incorrectly titled #34

Open yancyribbens opened 8 months ago

yancyribbens commented 8 months ago

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.