[docs] Various fixes to the docs
This commit is contained in:
@@ -257,8 +257,9 @@ impl OutputGroup {
|
||||
}
|
||||
}
|
||||
|
||||
/// Branch and bound coin selection. Code adapted from Bitcoin Core's implementation and from Mark
|
||||
/// Erhardt Master's Thesis (http://murch.one/wp-content/uploads/2016/11/erhardt2016coinselection.pdf)
|
||||
/// Branch and bound coin selection
|
||||
///
|
||||
/// Code adapted from Bitcoin Core's implementation and from Mark Erhardt Master's Thesis: <http://murch.one/wp-content/uploads/2016/11/erhardt2016coinselection.pdf>
|
||||
#[derive(Debug)]
|
||||
pub struct BranchAndBoundCoinSelection {
|
||||
size_of_change: u64,
|
||||
|
||||
Reference in New Issue
Block a user