Parcourir la source

Update coinex_swap_rest.rs

JiahengHe il y a 1 an
Parent
commit
c68ed65a45
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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};