commit c67797ec2a8f888d44a410e64f772ac03e68d238 parent 1b0e2926888e016fccd878efeb1cf5da29500d73 Author: Antoine A <> Date: Wed, 18 Feb 2026 18:18:07 +0100 cyclos: fix crash Diffstat:
| M | taler-cyclos/src/cyclos_api/types.rs | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/taler-cyclos/src/cyclos_api/types.rs b/taler-cyclos/src/cyclos_api/types.rs @@ -47,7 +47,6 @@ pub struct Currency { #[serde(flatten)] pub ty: Type, pub decimal_digits: u8, - pub suffix: String, pub symbol: String, }