[RPC] Add an uptime command that displays the amount of time that bitcoind has been running

This commit is contained in:
Ricardo Velhote
2017-05-14 19:18:26 +01:00
committed by lateminer
parent 5a5d74b07c
commit 32f0591954
6 changed files with 64 additions and 3 deletions

View File

@@ -116,6 +116,7 @@ testScripts = [
'p2p-versionbits-warning.py',
'importprunedfunds.py',
'signmessages.py',
'uptime.py',
]
testScriptsExt = [
'bip9-softforks.py',