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

Revert "mining: return witness_script instead of raw witness_c…" #82

Closed roylee17 closed 2 years ago

roylee17 commented 2 years ago

The original code is correct. It should be updated on the yimmp side.

This reverts commit d20a2e53b429138363af857653f9fd89deb71c6e.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2823303111


Changes Missing Coverage Covered Lines Changed/Added Lines %
mining/mining.go 0 1 0.0%
<!-- Total: 0 1 0.0% -->
Files with Coverage Reduction New Missed Lines %
btcec/signature.go 3 92.82%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 2816275515: 0.005%
Covered Lines: 22471
Relevant Lines: 43324

💛 - Coveralls
roylee17 commented 2 years ago

False alarm. This change is indeed needed.