more unit tests for hooks, still wip

This commit is contained in:
Richard Holland
2022-10-13 12:37:47 +00:00
parent 09a4087256
commit 223606aacb
8 changed files with 458 additions and 167 deletions

View File

@@ -45,7 +45,7 @@ hook(Account const& account, std::optional<std::vector<Json::Value>> hooks, std:
}
inline std::string uint64_hex(uint64_t x)
std::string uint64_hex(uint64_t x)
{
auto const nibble = [](uint64_t n) -> char
{