qa: unify unix epoch time descriptions

to "UNIX epoch time".

Call sites updated:
```
mocktime
getblockheader
getblock
pruneblockchain
getchaintxstats
getblocktemplate
setmocktime
getpeerinfo
setban
getnodeaddresses
getrawtransaction
importmulti
listtransactions
listsinceblock
gettransaction
getwalletinfo
getaddressinfo
```
This commit is contained in:
Jon Atack
2019-11-26 19:25:56 +01:00
parent d8a66626d6
commit e2f32cb5c5
10 changed files with 31 additions and 23 deletions

View File

@@ -22,6 +22,12 @@
#include <boost/variant.hpp>
/**
* String used to describe UNIX epoch time in documentation, factored out to a
* constant for consistency.
*/
extern const std::string UNIX_EPOCH_TIME;
class FillableSigningProvider;
class CPubKey;
class CScript;