]> Git Repo - VerusCoin.git/commit
src/txmempool.cpp: make numEntries a uint32_t
authorWladimir J. van der Laan <[email protected]>
Fri, 19 Dec 2014 14:21:47 +0000 (15:21 +0100)
committerWladimir J. van der Laan <[email protected]>
Fri, 6 Mar 2015 16:21:59 +0000 (17:21 +0100)
commit9f4fac98c429d9ee2135fab32dfae2d1fe171a45
tree33bdfe1a0fcd2a0c136464c8f2ba6849f8743231
parentf4e6487219d4b861df71e80d89d864ff6f312d17
src/txmempool.cpp: make numEntries a uint32_t

Don't ever serialize a size_t or long, their sizes are platform
dependent.
src/txmempool.cpp
This page took 0.024598 seconds and 4 git commands to generate.