Remove unused CLI options and update debian example config

This commit is contained in:
Duke
2025-08-12 13:37:44 -04:00
parent fc8c641cff
commit 0cd2bafa3a
5 changed files with 64 additions and 17 deletions

View File

@@ -66,7 +66,6 @@ bool fPayAtLeastCustomFee = true;
#include "hush_defs.h"
CBlockIndex *hush_chainactive(int32_t height);
extern std::string DONATION_PUBKEY;
extern int32_t HUSH_LOADINGBLOCKS;
int32_t hush_dpowconfs(int32_t height,int32_t numconfs);
int tx_height( const uint256 &hash );