Browse Source

Update coinex_swap_rest.rs

JiahengHe 1 year ago
parent
commit
c68ed65a45
1 changed files with 1 additions and 1 deletions
  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};