|
|
|
@ -29,12 +29,10 @@
|
|
|
|
|
#include <util/strencodings.h>
|
|
|
|
|
#include <util/string.h>
|
|
|
|
|
#include <util/system.h>
|
|
|
|
|
#include <util/time.h>
|
|
|
|
|
#include <version.h>
|
|
|
|
|
|
|
|
|
|
#include <cassert>
|
|
|
|
|
#include <chrono>
|
|
|
|
|
#include <ctime>
|
|
|
|
|
#include <limits>
|
|
|
|
|
#include <set>
|
|
|
|
|
#include <vector>
|
|
|
|
@ -81,8 +79,6 @@ FUZZ_TARGET_INIT(integer, initialize_integer)
|
|
|
|
|
(void)ComputeMerkleRoot(v256);
|
|
|
|
|
(void)CountBits(u64);
|
|
|
|
|
(void)DecompressAmount(u64);
|
|
|
|
|
(void)FormatISO8601Date(i64);
|
|
|
|
|
(void)FormatISO8601DateTime(i64);
|
|
|
|
|
{
|
|
|
|
|
if (std::optional<CAmount> parsed = ParseMoney(FormatMoney(i64))) {
|
|
|
|
|
assert(parsed.value() == i64);
|
|
|
|
|