Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 376 Bytes

File metadata and controls

10 lines (8 loc) · 376 Bytes

src/node/

The src/node/ directory contains code that needs to access node state (state in CChain, CBlockIndex, CCoinsView, CTxMemPool, and similar classes).

This directory is at the moment sparsely populated. Eventually more substantial files like src/validation.cpp and src/txmempool.cpp might be moved there.