Skip to content

Commit ec410c8

Browse files
author
Itzik Grossman
committed
Fix not compiling after merge
1 parent 7d40054 commit ec410c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transaction_history.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ fn store_tx_with_decoys(
445445
let decoy_tx = StoredExtendedTx::new(
446446
tx.id,
447447
decoy_action,
448-
tx.coins.clone(),
448+
tx.coins.clone().into(),
449449
tx.memo.clone(),
450450
block,
451451
);

0 commit comments

Comments
 (0)