[docs] Various fixes to the docs

This commit is contained in:
Alekos Filini
2020-12-10 11:38:42 +01:00
parent a1db9f633b
commit 9bafdfe2d4
5 changed files with 14 additions and 6 deletions

View File

@@ -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,