diff --git a/src/screens/Wallets/Send/CoinSelection.tsx b/src/screens/Wallets/Send/CoinSelection.tsx index 49a7e9051..1690f0e4d 100644 --- a/src/screens/Wallets/Send/CoinSelection.tsx +++ b/src/screens/Wallets/Send/CoinSelection.tsx @@ -99,7 +99,8 @@ const CoinSelection = ({ (item) => item.index === current.index && item.tx_pos === current.tx_pos && - item.value === current.value, + item.value === current.value && + item.tx_hash === current.tx_hash, ); if (!x) { return acc.concat([current]);