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

@@ -13,6 +13,8 @@
#include <tuple>
const std::string UNIX_EPOCH_TIME = "UNIX epoch time";
void RPCTypeCheck(const UniValue& params,
const std::list<UniValueType>& typesExpected,
bool fAllowNull)