Merge branch 'tauri-wallet' into tauri-wallet-frontend

rust updates
This commit is contained in:
fmtabbara
2021-09-08 20:49:27 +01:00
+1 -1
View File
@@ -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)),
}