diff options
| author | Akio Nakamura <[email protected]> | 2018-07-05 20:04:48 +0900 |
|---|---|---|
| committer | Akio Nakamura <[email protected]> | 2018-07-05 20:04:48 +0900 |
| commit | 1fc605a8aea247b2d5776c22b3e187d1b190fd99 (patch) | |
| tree | 275ea4556027d595ef4a25ab227a27b55bcd216f /src/net_processing.cpp | |
| parent | Merge #13588: Docs: Improve doc of options addnode, connect, seednode (diff) | |
| download | discoin-1fc605a8aea247b2d5776c22b3e187d1b190fd99.tar.xz discoin-1fc605a8aea247b2d5776c22b3e187d1b190fd99.zip | |
fix bench/prevector.cpp
1. PrevectorClear()
2nd call of clear() should to operate t1 instead of t0.
This patch changes t0 to t1.
2. PREVECTOR_TEST()
PREVECTOR_TEST macro should to call both
PrevectorXX<nontrivial_t>(state) and PrevectorXX<trivial_t>(state)
by specific "name" which given by parameter instead of calling
PrevectorResize<>() regardless of "name".
This patch changes "PrevectorResize<" of this macro to
"Prevector ## name<".
Diffstat (limited to 'src/net_processing.cpp')
0 files changed, 0 insertions, 0 deletions