This commit is contained in:
@@ -4698,7 +4698,7 @@ UniValue getbalance64(const UniValue& params, bool fHelp)
|
|||||||
if ( out.nDepth < 100 )
|
if ( out.nDepth < 100 )
|
||||||
nValues2[segid] += nValue, total2 += nValue;
|
nValues2[segid] += nValue, total2 += nValue;
|
||||||
else nValues[segid] += nValue, total += nValue;
|
else nValues[segid] += nValue, total += nValue;
|
||||||
fprintf(stderr,"%s %.8f depth.%d segid.%d\n",(char *)CBitcoinAddress(address).ToString().c_str(),(double)nValue/COIN,(int32_t)out.nDepth,segid);
|
//fprintf(stderr,"%s %.8f depth.%d segid.%d\n",(char *)CBitcoinAddress(address).ToString().c_str(),(double)nValue/COIN,(int32_t)out.nDepth,segid);
|
||||||
} else fprintf(stderr,"no destination\n");
|
} else fprintf(stderr,"no destination\n");
|
||||||
}
|
}
|
||||||
ret.push_back(Pair("mature",(double)total/COIN));
|
ret.push_back(Pair("mature",(double)total/COIN));
|
||||||
|
|||||||
Reference in New Issue
Block a user