We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06ec52 commit 495953dCopy full SHA for 495953d
src/branch_and_bound.rs
@@ -806,7 +806,7 @@ mod tests {
806
assert_eq!(amount_sum, target);
807
} else {
808
// if result was none, then assert that fail happened because overflow when
809
- // ssumming pool. In the future, assert specific error when added.
+ // summing pool. In the future, assert specific error when added.
810
let available_value = utxos.into_iter().map(|u| u.value()).checked_sum();
811
assert!(available_value.is_none());
812
}
0 commit comments