Explorar el Código

drk: Clippy lint

parazyd hace 3 años
padre
commit
85e548e709
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/drk/src/wallet_txs_history.rs

+ 1 - 1
bin/drk/src/wallet_txs_history.rs

@@ -123,7 +123,7 @@ impl Drk {
             QueryType::Text as u8,
             "Broadcasted",
             QueryType::Text as u8,
-            bs58::encode(&serialize(tx)).into_string().to_string(),
+            bs58::encode(&serialize(tx)).into_string(),
         ]);
 
         let req = JsonRequest::new("wallet.exec_sql", params);