[MultiSig] Dust inputs should not be indexed/added in the MS wallet#529
[MultiSig] Dust inputs should not be indexed/added in the MS wallet#529fassadlr merged 4 commits intostratisproject:masterfrom
Conversation
src/Stratis.Features.FederatedPeg/TargetChain/CrossChainTransferStore.cs
Outdated
Show resolved
Hide resolved
|
Is this affected by this change? It appears to be unnecessary now: |
fassadlr
left a comment
There was a problem hiding this comment.
Is this affected by this change? It appears to be unnecessary now:
https://github.com/stratisproject/StratisFullNode/pull/520/files#diff-b695747a4e647b99d1cf6096d408b5135e319eef484ed4c1935f9b58c3c39364R305-R306
@quantumagi that code is still required as the MS wallet still contains those dust like utxos. So we still have to filter them out.
@fassadlr , @noescape00, doesn't the index you're reading the utxo's from already filter by so when you do this, its's really not necessary: considering: |
…tratisproject#529) * Dust inputs are not added to the multisig wallet * Review changes * Remove extra filter
…tratisproject#529) * Dust inputs are not added to the multisig wallet * Review changes * Remove extra filter
Please review carefully guys 👍