Skip to content

Commit d9cc13e

Browse files
committed
UNIX_EPOCH_TIME fixup in rpc getnettotals
1 parent 1ab49b8 commit d9cc13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/net.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ static UniValue getnettotals(const JSONRPCRequest& request)
414414
{
415415
{RPCResult::Type::NUM, "totalbytesrecv", "Total bytes received"},
416416
{RPCResult::Type::NUM, "totalbytessent", "Total bytes sent"},
417-
{RPCResult::Type::NUM_TIME, "timemillis", "Current UNIX time in milliseconds"},
417+
{RPCResult::Type::NUM_TIME, "timemillis", "Current " + UNIX_EPOCH_TIME + " in milliseconds"},
418418
{RPCResult::Type::OBJ, "uploadtarget", "",
419419
{
420420
{RPCResult::Type::NUM, "timeframe", "Length of the measuring timeframe in seconds"},

0 commit comments

Comments
 (0)