aboutsummaryrefslogtreecommitdiff
path: root/json/json_spirit_value.h
diff options
context:
space:
mode:
authorSatoshi Nakamoto <satoshin@gmx.com>2010-08-12 13:20:57 +0000
committerGavin Andresen <gavinandresen@gmail.com>2010-08-12 13:20:57 +0000
commit410b618d18d712db680de8f173a671bb637ff2b0 (patch)
tree49c5a9f4768b750715fedd62194bc41d4fda0865 /json/json_spirit_value.h
parentc2fa70ddfd7711d514a701b3a7c8adb561acc3ff (diff)
downloadbitcoin-410b618d18d712db680de8f173a671bb637ff2b0.tar.xz
json-spirit print reals with 8 decimal places,
bitcoind help <command> instead of bitcoind <command> -?
Diffstat (limited to 'json/json_spirit_value.h')
-rw-r--r--json/json_spirit_value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/json_spirit_value.h b/json/json_spirit_value.h
index 6274df1095..7e83a2a7e3 100644
--- a/json/json_spirit_value.h
+++ b/json/json_spirit_value.h
@@ -342,7 +342,7 @@ namespace json_spirit
{
std::ostringstream os;
- /// satoshi: tell the types by name instead of by number
+ ///// Bitcoin: Tell the types by name instead of by number
os << "value is type " << Value_type_name[type()] << ", expected " << Value_type_name[vtype];
throw std::runtime_error( os.str() );