]> Git Repo - VerusCoin.git/commit - src/txmempool.cpp
Use const CCoinsView's at some places.
authorDaniel Kraft <[email protected]>
Sat, 19 Jul 2014 15:14:23 +0000 (17:14 +0200)
committerDaniel Kraft <[email protected]>
Tue, 26 Aug 2014 09:29:18 +0000 (11:29 +0200)
commitd0867acb0e07ac63f03dcc555387f24322e8799e
tree0e8013882018d752e12b86de7f854cfb30143d19
parenta3dc587a62f5d12aea1ff8139198bf0441535c5f
Use const CCoinsView's at some places.

At some places where it is possible (e. g., CheckInputs), use a const
version of CCoinsView instead of a non-const one.
src/main.cpp
src/main.h
src/txmempool.cpp
src/txmempool.h
This page took 0.024691 seconds and 4 git commands to generate.