100000000

This commit is contained in:
jl777
2019-03-02 00:36:33 -11:00
parent a99263b97e
commit 59c289c8a2

View File

@@ -434,7 +434,7 @@ bool ParseFixedPoint(const std::string &val, int decimals, int64_t *amount_out)
}
if ( i == n ) // 90000000000
{
*amount_out = val64 * COIN;
*amount_out = val64 * 100000000;
fprintf(stderr,"special case: %s -> %.8f\n",val.c_str(),(double)val64/COIN);
return(true);
}