Skip to content

Commit

Permalink
Change import location
Browse files Browse the repository at this point in the history
The reexport location of effective_value was changed in Rust Bitcoin
  • Loading branch information
yancyribbens committed Jan 5, 2024
1 parent 8a7d52e commit 7ebc5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/single_random_draw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use crate::WeightedUtxo;
use crate::CHANGE_LOWER;
use bitcoin::blockdata::effective_value;
use bitcoin::blockdata::transaction::effective_value;
use bitcoin::Amount;
use bitcoin::FeeRate;
use rand::seq::SliceRandom;
Expand Down

0 comments on commit 7ebc5bc

Please sign in to comment.