Explorar o código

Update coinex_swap_rest.rs

JiahengHe hai 1 ano
pai
achega
c68ed65a45
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      exchanges/src/coinex_swap_rest.rs

+ 1 - 1
exchanges/src/coinex_swap_rest.rs

@@ -6,7 +6,7 @@ use hex;
 use reqwest::Client;
 use rust_decimal::Decimal;
 use rust_decimal_macros::dec;
-use serde_json::{json, Value};
+use serde_json::Value;
 use crate::http_tool::RestTool;
 use crate::response_base::ResponseData;
 use sha2::{Digest, Sha256};