Skip to content

Commit

Permalink
Add Uptime to README
Browse files Browse the repository at this point in the history
  • Loading branch information
super3 committed Sep 21, 2015
1 parent acaaade commit f2695c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,14 @@ Success Example:
{
"btc_addr": "1JdEaubcd36ufmT64drdVsGu5SN65A3Z1L",
"height": 0,
"last_seen": 30
"last_seen": 30,
"uptime": 100
},
{
"btc_addr": "1JdEaubcM36ufmT64drdVsGu5SN65A3Z1A",
"height": 0,
"last_seen": 2
"last_seen": 2,
"uptime": 93
}
]
}
Expand Down

0 comments on commit f2695c3

Please sign in to comment.