Use C's const char* for status strings rather than C++'s std::string, which is slower
authorDavid Joel Schwartz <davidjoelschwartz@gmail.com>
Sat, 6 Aug 2011 13:15:00 +0000 (05:15 -0800)
committerLuke Dashjr <luke-jr+git@utopios.org>
Wed, 5 Oct 2011 18:48:33 +0000 (14:48 -0400)
commitae81b82fb8262148b9f8519d4c9e849048420b8b
tree988385363c9f8f0d40dfeb8c25a95870a8cd4dc9
parent9e5322d23aec76413313825e377985ae63c433a5
Use C's const char* for status strings rather than C++'s std::string, which is slower
src/bitcoinrpc.cpp