Przeglądaj źródła

drk: Clippy lint

parazyd 3 lat temu
rodzic
commit
85e548e709
1 zmienionych plików z 1 dodań i 1 usunięć
  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);