diff --git a/crates/token/src/lib.rs b/crates/token/src/lib.rs index 6ba04fbe7e..125ddb358d 100644 --- a/crates/token/src/lib.rs +++ b/crates/token/src/lib.rs @@ -184,9 +184,9 @@ impl Transfer { } /// Set the key to the given amount - fn set( - map: &mut BTreeMap, - key: K, + fn set( + map: &mut BTreeMap, + key: Account, val: DenominatedAmount, ) { if val.is_zero() {