We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536c854 commit 74f7b77Copy full SHA for 74f7b77
key-wallet/src/transaction_checking/wallet_checker.rs
@@ -298,7 +298,7 @@ impl WalletTransactionChecker for ManagedWalletInfo {
298
let wallet_net: i64 =
299
(result.total_received as i64) - (result.total_sent as i64);
300
let ctx = match context {
301
- TransactionContext::Mempool => alloc::format!("mempool"),
+ TransactionContext::Mempool => "mempool".to_string(),
302
TransactionContext::InBlock {
303
height,
304
..
0 commit comments