Update mod.rs
This commit is contained in:
parent
4f895a7b4e
commit
1d2de62e01
|
@ -139,7 +139,7 @@ impl Denomination {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// These form are ambigous and could have many meanings. For example, M could denote Mega or Milli.
|
/// These form are ambiguous and could have many meanings. For example, M could denote Mega or Milli.
|
||||||
/// If any of these forms are used, an error type `PossiblyConfusingDenomination` is returned.
|
/// If any of these forms are used, an error type `PossiblyConfusingDenomination` is returned.
|
||||||
const CONFUSING_FORMS: [&str; 6] = ["CBTC", "Cbtc", "MBTC", "Mbtc", "UBTC", "Ubtc"];
|
const CONFUSING_FORMS: [&str; 6] = ["CBTC", "Cbtc", "MBTC", "Mbtc", "UBTC", "Ubtc"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue