neobytes/src/evo
Pasta 1a0d52814e
#10483 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
-BEGIN VERIFY SCRIPT-
sed -i 's/\<NULL\>/nullptr/g' src/*.cpp src/*.h src/*/*.cpp src/*/*.h src/qt/*/*.cpp src/qt/*/*.h src/wallet/*/*.cpp src/wallet/*/*.h src/support/allocators/*.h
sed -i 's/Prefer nullptr, otherwise SAFECOOKIE./Prefer NULL, otherwise SAFECOOKIE./g' src/torcontrol.cpp
sed -i 's/tor: Using nullptr authentication/tor: Using NULL authentication/g' src/torcontrol.cpp
sed -i 's/METHODS=nullptr/METHODS=NULL/g' src/test/torcontrol_tests.cpp src/torcontrol.cpp
sed -i 's/nullptr certificates/NULL certificates/g' src/qt/paymentserver.cpp
sed -i 's/"nullptr"/"NULL"/g' src/torcontrol.cpp src/test/torcontrol_tests.cpp
-END VERIFY SCRIPT-

Signed-off-by: Pasta <pasta@dashboost.org>
2019-08-12 09:07:03 -05:00
..
cbtx.cpp Add some comments to make quorum merkle root calculation more clear+ (#2984) 2019-06-18 14:34:16 +03:00
cbtx.h Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
deterministicmns.cpp REJECT_CONFLICT -> REJECT_DUPLICATE 2019-07-09 13:09:21 -05:00
deterministicmns.h add end commend for all llmq namespace 2019-07-15 13:55:01 -05:00
evodb.cpp Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
evodb.h Optimize on-disk deterministic masternode storage to reduce size of evodb (#3017) 2019-07-09 08:59:57 +03:00
mnauth.cpp Optimize on-disk deterministic masternode storage to reduce size of evodb (#3017) 2019-07-09 08:59:57 +03:00
mnauth.h [Trivial] Fix a typo in a comment in mnauth.h (#2988) 2019-06-22 03:24:32 +03:00
providertx.cpp #10483 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2019-08-12 09:07:03 -05:00
providertx.h Optimize on-disk deterministic masternode storage to reduce size of evodb (#3017) 2019-07-09 08:59:57 +03:00
simplifiedmns.cpp Optimize on-disk deterministic masternode storage to reduce size of evodb (#3017) 2019-07-09 08:59:57 +03:00
simplifiedmns.h #10483 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2019-08-12 09:07:03 -05:00
specialtx.cpp Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00
specialtx.h Update copyright date (2019) (#2970) 2019-06-11 14:46:07 +03:00