From a690e1cd963063ef9fbb7c6db29614866680f0a6 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 14 Nov 2020 18:19:11 -0500 Subject: [PATCH] Speling iz hard --- src/komodo.h | 2 +- src/komodo_bitcoind.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo.h b/src/komodo.h index 01e81ed1c..c87cd2e27 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -45,7 +45,7 @@ bool check_pprevnotarizedht(); #include "komodo_structs.h" #include "komodo_globals.h" -#include "komodo_utils.h" +#include "hush_utils.h" #include "komodo_curve25519.h" #include "komodo_cJSON.c" diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index c96fe84cc..cb88f3ebc 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -1241,7 +1241,7 @@ CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams); // You specify the BR, and the FR % gets added so 10% of 12.5 is 1.25 // but to tell the AC params, I need to say "11% of 11.25" is 1.25 // 11% ie. 1/9th cannot be exactly represented and so the FR has tiny amounts of error unless done manually -// This must be kept in sync with hush_block_subsidy() in komoto_utils.h! +// This must be kept in sync with hush_block_subsidy() in hush_utils.h! // Changing these functions are consensus changes! // Here Be Dragons! -- Duke Leto uint64_t hush_commission(int height)