mempool: export checkStandardness func#1840
Conversation
Pull Request Test Coverage Report for Build 2148913830
💛 - Coveralls |
Roasbeef
left a comment
There was a problem hiding this comment.
LGTM 🍁
It might also be useful to eventually export some more mempool components as well? So enough to be able to give it a mock UTXO set and apply the normal contextual validation. This might already be possible however. I think maybe we should defer merging this till the lnd PR using the new functionality gets further along so we can consider everything as a whole? No strong feelings in this direction fwiw.
yeah agreed. Just wanted to open this one up so long so that the go.mod in the LND pr is pointing to something visable |
|
We're seeing more instances of this in |
…essFunc mempool: export checkStandardness func
Export checkStandardness func so that it can be used elsewhere