redundant into

This commit is contained in:
Drazen Urch
2021-09-08 11:54:36 +02:00
parent 32ef9e019e
commit 714171f4e5
+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)),
}