diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-05-09 10:13:12 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-06-01 15:43:52 +0000 |
| commit | 880ebfdeeaceab5e1ca40b748516987e9c6cecb7 (patch) | |
| tree | be7689a69fd94de8a0e84d855c3c7c87b851a309 /src/common/util.h | |
| parent | 4228ee0b9ee9096cb2a49fd09d88a5f5ae96afc1 (diff) | |
| download | monzero-core-880ebfdeeaceab5e1ca40b748516987e9c6cecb7.tar.gz monzero-core-880ebfdeeaceab5e1ca40b748516987e9c6cecb7.tar.xz monzero-core-880ebfdeeaceab5e1ca40b748516987e9c6cecb7.zip | |
daemon: add more chain specific info in alt_chain_info
Diffstat (limited to 'src/common/util.h')
| -rw-r--r-- | src/common/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h index f6d5c9b1f..b0f734eff 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -245,5 +245,7 @@ namespace tools std::string get_human_readable_timestamp(uint64_t ts); + std::string get_human_readable_timespan(uint64_t seconds); + std::string get_human_readable_bytes(uint64_t bytes); } |
