redundant into
This commit is contained in:
@@ -437,7 +437,7 @@ async fn send(
|
|||||||
Ok(result) => Ok(TauriTxResult::new(result, TransactionDetails {
|
Ok(result) => Ok(TauriTxResult::new(result, TransactionDetails {
|
||||||
from_address: client.address().to_string(),
|
from_address: client.address().to_string(),
|
||||||
to_address: address.to_string(),
|
to_address: address.to_string(),
|
||||||
amount: amount.into()
|
amount
|
||||||
})),
|
})),
|
||||||
Err(e) => Err(format_err!(e)),
|
Err(e) => Err(format_err!(e)),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user