mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-05 05:06:14 +01:00
feat: add msat from string
This commit is contained in:
@@ -199,6 +199,7 @@ where
|
||||
match currency.as_ref() {
|
||||
"sat" => Self::Sat,
|
||||
"usd" => Self::Usd,
|
||||
"msat" => Self::Msat,
|
||||
o => Self::Custom(o.to_string()),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user