Skip to content

Commit 46443b2

Browse files
fanquakevijaydasmp
authored andcommitted
Merge bitcoin#27594: refactor: Remove unused GetTimeMillis
fae1d9c refactor: Remove unused GetTimeMillis (MarcoFalke) Pull request description: The function is unused, not type-safe, and does not denote the underlying clock type. So remove it. ACKs for top commit: willcl-ark: tACK fae1d9c Tree-SHA512: 41ea7125d1964192b85a94265be974d02bf1e79b1feb61bff11486dc0ac811745156940ec5cad2ad1f94b653936f8ae563c959c1c4142203a55645fcb83203e8 GetTimeMicros is used in other palces as well GetSystemTime is used in other places
1 parent e1c4713 commit 46443b2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/rpc/net.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -550,9 +550,9 @@ static RPCHelpMan getaddednodeinfo()
550550
static RPCHelpMan getnettotals()
551551
{
552552
return RPCHelpMan{"getnettotals",
553-
"Returns information about network traffic, including bytes in, bytes out,\n"
554-
"and current system time.",
555-
{},
553+
"Returns information about network traffic, including bytes in, bytes out,\n"
554+
"and current system time.",
555+
{},
556556
RPCResult{
557557
RPCResult::Type::OBJ, "", "",
558558
{

0 commit comments

Comments
 (0)