mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-29 20:47:31 -03:00
96461989a2
Introduce convention to use const shared pointers everywhere, unless the shared pointer is modified at some point, which it very rarely is. We want this convention, as it helps alleviate the misconception that a const shared pointer somehow results in a pointer to an immutable object, which is false. |
||
---|---|---|
.. | ||
addressbooktests.cpp | ||
addressbooktests.h | ||
apptests.cpp | ||
apptests.h | ||
Makefile | ||
rpcnestedtests.cpp | ||
rpcnestedtests.h | ||
test_main.cpp | ||
uritests.cpp | ||
uritests.h | ||
util.cpp | ||
util.h | ||
wallettests.cpp | ||
wallettests.h |