Переглянути джерело

Update coinex_swap_rest.rs

JiahengHe 1 рік тому
батько
коміт
c68ed65a45
1 змінених файлів з 1 додано та 1 видалено
  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};