mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-27 03:33:27 -03:00
UNIX_EPOCH_TIME fixup in rpc getnettotals
This commit is contained in:
parent
1ab49b81cf
commit
d9cc13e88d
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ static UniValue getnettotals(const JSONRPCRequest& request)
|
||||||
{
|
{
|
||||||
{RPCResult::Type::NUM, "totalbytesrecv", "Total bytes received"},
|
{RPCResult::Type::NUM, "totalbytesrecv", "Total bytes received"},
|
||||||
{RPCResult::Type::NUM, "totalbytessent", "Total bytes sent"},
|
{RPCResult::Type::NUM, "totalbytessent", "Total bytes sent"},
|
||||||
{RPCResult::Type::NUM_TIME, "timemillis", "Current UNIX time in milliseconds"},
|
{RPCResult::Type::NUM_TIME, "timemillis", "Current " + UNIX_EPOCH_TIME + " in milliseconds"},
|
||||||
{RPCResult::Type::OBJ, "uploadtarget", "",
|
{RPCResult::Type::OBJ, "uploadtarget", "",
|
||||||
{
|
{
|
||||||
{RPCResult::Type::NUM, "timeframe", "Length of the measuring timeframe in seconds"},
|
{RPCResult::Type::NUM, "timeframe", "Length of the measuring timeframe in seconds"},
|
||||||
|
|
Loading…
Add table
Reference in a new issue