Skip to content

Commit 74f7b77

Browse files
fix
1 parent 536c854 commit 74f7b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

key-wallet/src/transaction_checking/wallet_checker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ impl WalletTransactionChecker for ManagedWalletInfo {
298298
let wallet_net: i64 =
299299
(result.total_received as i64) - (result.total_sent as i64);
300300
let ctx = match context {
301-
TransactionContext::Mempool => alloc::format!("mempool"),
301+
TransactionContext::Mempool => "mempool".to_string(),
302302
TransactionContext::InBlock {
303303
height,
304304
..

0 commit comments

Comments
 (0)