mirror of
https://github.com/Xahau/xahaud.git
synced 2026-07-30 18:40:10 +00:00
more unit tests for hooks, still wip
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user