Skip to content

Commit

Permalink
spelling imbalance
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshy Orndorff committed Oct 9, 2023
1 parent fa797b5 commit 3de2e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wardrobe/money/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl Accumulator for ImbalancedFundsAccumulator {
}

fn key_path(_: Self::ValueType) -> &'static [u8] {
b"imbalanc"
b"imbalance"
}

fn accumulate(a: u128, b: u128) -> Result<u128, ()> {
Expand Down

0 comments on commit 3de2e96

Please sign in to comment.