Closed roylee17 closed 2 years ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
peer/peer.go | 2 | 76.16% | ||
<!-- | Total: | 2 | --> |
Totals | |
---|---|
Change from base Build 1782808406: | 0.02% |
Covered Lines: | 22327 |
Relevant Lines: | 43084 |
This PR has the fee functions as well; that doesn't seem quite right. As for the maximum block size, your change looks correct: https://github.com/lbryio/lbrycrd/blob/master/src/consensus/consensus.h
This variable seems redundant to the blockchain.MaxBlockBaseSize to make the
wire
andblockchain
self-contained. We've updated theblockchain.MaxBlockBaseSize
to 8MB for LBRY, but missed this one?