Skip to content
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

wallet: do check covenants for dust in createTX. #441

Merged
merged 1 commit into from
May 1, 2020
Merged

wallet: do check covenants for dust in createTX. #441

merged 1 commit into from
May 1, 2020

Conversation

boymanjor
Copy link
Contributor

The typical code path for generating covenants, specifically
bids, is through the createBid function. This function does
not check the output values against the wallet's dust policy
level. The createTX function should follow similar behaviour.

This check was previously added at commit 0bcc6af. This commit
removes it.

The typical code path for generating covenants, specifically
bids, is through the createBid function. This function does
not check the output values against the wallet's dust policy
level. The createTX function should follow similar behaviour.

This check was previously added at commit 0bcc6af. This commit
removes it.
Copy link
Member

@pinheadmz pinheadmz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@boymanjor boymanjor merged commit 89d3ab4 into master May 1, 2020
@pinheadmz pinheadmz deleted the dust branch June 11, 2022 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants