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

Update decred deps for 1.7. #337

Merged
merged 1 commit into from
Nov 5, 2021
Merged

Conversation

jholdstock
Copy link
Member

This brings dcrpool up to date with master dcrd and dcrwallet, and breaks compatibility with the 1.6 release.

This brings dcrpool up to date with master dcrd and dcrwallet, and breaks compatibility with the 1.6 release.
@@ -630,7 +631,8 @@ func (pm *PaymentMgr) generatePayoutTxDetails(ctx context.Context, txC TxCreator

// Ensure the referenced prevout to be spent is spendable at
// the current height.
txOutResult, err := txC.GetTxOut(ctx, txHash, coinbaseIndex, false)

txOutResult, err := txC.GetTxOut(ctx, txHash, coinbaseIndex, wire.TxTreeRegular, false)
Copy link
Member Author

Choose a reason for hiding this comment

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

@jholdstock jholdstock merged commit 38cc738 into decred:master Nov 5, 2021
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.

2 participants