[docs] Add docs to the 'wallet' module

This commit is contained in:
Steve Myers
2020-12-11 14:10:11 -08:00
parent 1d1d539154
commit 148e8c6088
5 changed files with 14 additions and 7 deletions

View File

@@ -508,6 +508,7 @@ impl Default for TxOrdering {
}
impl TxOrdering {
/// Sort transaction inputs and outputs by [`TxOrdering`] variant
pub fn sort_tx(&self, tx: &mut Transaction) {
match self {
TxOrdering::Untouched => {}