From 7dbe028c599804c8b55516063329a2df87f195f8 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 15 Nov 2020 07:46:45 -0500 Subject: [PATCH] We call them Hush notaries --- src/{komodo_notary.h => hush_notary.h} | 0 src/komodo.h | 7 ++----- 2 files changed, 2 insertions(+), 5 deletions(-) rename src/{komodo_notary.h => hush_notary.h} (100%) diff --git a/src/komodo_notary.h b/src/hush_notary.h similarity index 100% rename from src/komodo_notary.h rename to src/hush_notary.h diff --git a/src/komodo.h b/src/komodo.h index a9152517f..0e5ce96b8 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -18,13 +18,11 @@ #define H_KOMODO_H #include "komodo_defs.h" - #ifdef _WIN32 #define printf(...) #endif -// Todo: -// verify: reorgs +// Todo: verify: reorgs #define KOMODO_ASSETCHAINS_WAITNOTARIZE #define KOMODO_PAXMAX (10000 * COIN) @@ -47,12 +45,11 @@ bool check_pprevnotarizedht(); #include "komodo_globals.h" #include "hush_utils.h" #include "komodo_curve25519.h" - #include "komodo_cJSON.c" #include "komodo_bitcoind.h" #include "komodo_interest.h" #include "komodo_pax.h" -#include "komodo_notary.h" +#include "hush_notary.h" int32_t komodo_parsestatefile(struct komodo_state *sp,FILE *fp,char *symbol,char *dest); #include "komodo_kv.h"