lbryio / lbcd

An alternative full node implementation of LBRY's blockchain written in Go (golang)
https://lbry.com/
ISC License
38 stars 25 forks source link

mining: include 'segwit' rule when no segwit txns in GBT #81

Closed roylee17 closed 2 years ago

roylee17 commented 2 years ago

According to the BIP0009, all active softfork deployment should be included in the rules.

We add the '!' to indicate the enforcement if the template has any segwit transactions in it. Otherwise, plain segwit is fine.

roylee17 commented 2 years ago

Close #77