diff options
| author | James O'Beirne <[email protected]> | 2019-03-27 17:07:32 -0400 |
|---|---|---|
| committer | James O'Beirne <[email protected]> | 2019-07-08 11:33:12 -0400 |
| commit | 613c46fe9e39f55b0f0daa18fee20b4120db2539 (patch) | |
| tree | 55d37d42dbe08bc1869933173d710b97ed578474 /src/httpserver.cpp | |
| parent | Merge #16106: gui: Sort wallets in open wallet menu (diff) | |
| download | discoin-613c46fe9e39f55b0f0daa18fee20b4120db2539.tar.xz discoin-613c46fe9e39f55b0f0daa18fee20b4120db2539.zip | |
refactoring: move block metadata structures into BlockManager
Separate out the management of chain-agnostic block metadata from any given
CChainState instance. This allows us to avoid duplicating data like
`mapBlockIndex` unnecessarily for multiple chainstates.
This also adds a CChainState constructor that accepts and sets m_blockman.
Ultimately this reference will point to a BlockMan instance that
is shared across CChainStates.
This commit can be decomposed into smaller commits if necessary.
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions