diff options
| author | MarcoFalke <[email protected]> | 2019-11-08 11:10:13 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-11-15 13:40:14 -0500 |
| commit | fa538813b1c382cf135cbf2a0cc3fa01f36964d8 (patch) | |
| tree | 2263582cc4ae02e22ba28072a4f527842c54e39f /src/validationinterface.cpp | |
| parent | test: Replace recursive lock with locking annotations (diff) | |
| download | discoin-fa538813b1c382cf135cbf2a0cc3fa01f36964d8.tar.xz discoin-fa538813b1c382cf135cbf2a0cc3fa01f36964d8.zip | |
scripted-diff: Replace ::mempool with m_node.mempool in tests
-BEGIN VERIFY SCRIPT-
# tx pool member access (mempool followed by dot)
sed --regexp-extended -i -e 's/(::)?\<mempool\>\.([a-zA-Z])/m_node.mempool->\2/g' $(git grep -l mempool ./src/test)
# plain global (mempool not preceeded by dot, but followed by comma)
sed --regexp-extended -i -e 's/([^\.])(::)?\<mempool\>,/\1*m_node.mempool,/g' $(git grep -l mempool ./src/test)
-END VERIFY SCRIPT-
Diffstat (limited to 'src/validationinterface.cpp')
0 files changed, 0 insertions, 0 deletions