From 714171f4e5b16b24ee42c999dc1190bfdf51ad47 Mon Sep 17 00:00:00 2001 From: Drazen Urch Date: Wed, 8 Sep 2021 11:54:36 +0200 Subject: [PATCH] redundant into --- tauri-wallet/src-tauri/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tauri-wallet/src-tauri/src/main.rs b/tauri-wallet/src-tauri/src/main.rs index c3500c989c..18ecd1e496 100644 --- a/tauri-wallet/src-tauri/src/main.rs +++ b/tauri-wallet/src-tauri/src/main.rs @@ -437,7 +437,7 @@ async fn send( Ok(result) => Ok(TauriTxResult::new(result, TransactionDetails { from_address: client.address().to_string(), to_address: address.to_string(), - amount: amount.into() + amount })), Err(e) => Err(format_err!(e)), }