-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MultiSig] Dust inputs should not be indexed/added in the MS wallet #529
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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@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:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…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 👍