gepangpang hace 1 año
padre
commit
2d8e47a1f0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      standard/src/gate_swap_handle.rs

+ 1 - 1
standard/src/gate_swap_handle.rs

@@ -1,5 +1,5 @@
 use std::str::FromStr;
-use rust_decimal::{Decimal, Error};
+use rust_decimal::{Decimal};
 use rust_decimal::prelude::FromPrimitive;
 use rust_decimal_macros::dec;
 use serde_json::Value;