Skip to content

Conversation

@instagibbs
Copy link
Contributor

resolves #315 and another issue where coinbase claiming dust fees becomes rejected

// Rather not work on nonstandard transactions (unless -testnet/-regtest)
std::string reason;
if (fRequireStandard && !IsStandardTx(tx, reason, witnessEnabled))
if (fRequireStandard && !IsStandardTx(tx, reason))
Copy link
Contributor

Choose a reason for hiding this comment

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

Perhaps remove witnessEnabled var and the -prematurewitness option above too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

d'oh, thought I did, will do

@instagibbs instagibbs merged commit fa34426 into ElementsProject:elements-0.14.1 Mar 15, 2018
instagibbs added a commit that referenced this pull request Mar 15, 2018
fa34426 remove witnessEnabled standardness logic (Gregory Sanders)
b8ba4eb don't enforce standardness on coinbase (Gregory Sanders)
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