json-spirit print reals with 8 decimal places,

bitcoind help <command> instead of bitcoind <command> -?
This commit is contained in:
Satoshi Nakamoto
2010-08-12 13:20:57 +00:00
committed by Gavin Andresen
parent c2fa70ddfd
commit 410b618d18
4 changed files with 46 additions and 54 deletions

View File

@@ -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() );