Remove unused code

This commit is contained in:
Duke
2023-06-17 21:38:39 -04:00
parent b03c8f3108
commit fc69220e78
2 changed files with 0 additions and 6 deletions

View File

@@ -32,11 +32,6 @@ void hush_pvals(int32_t height,uint32_t *pvals,uint8_t numpvals)
{ {
} }
uint64_t hush_paxcorrelation(uint64_t *votes,int32_t numvotes,uint64_t seed)
{
return(0);
}
uint64_t hush_paxpriceB(uint64_t seed,int32_t height,char *base,char *rel,uint64_t basevolume) uint64_t hush_paxpriceB(uint64_t seed,int32_t height,char *base,char *rel,uint64_t basevolume)
{ {
return 0; return 0;

View File

@@ -606,7 +606,6 @@ UniValue sendtoaddress(const UniValue& params, bool fHelp, const CPubKey& mypk)
#define HUSH_KVBINARY 2 #define HUSH_KVBINARY 2
#define HUSH_KVDURATION 1440 #define HUSH_KVDURATION 1440
#define DRAGON_MAXSCRIPTSIZE 10001 #define DRAGON_MAXSCRIPTSIZE 10001
uint64_t PAX_fiatdest(uint64_t *seedp,int32_t tokomodo,char *destaddr,uint8_t pubkey37[37],char *coinaddr,int32_t height,char *base,int64_t fiatoshis);
int32_t hush_opreturnscript(uint8_t *script,uint8_t type,uint8_t *opret,int32_t opretlen); int32_t hush_opreturnscript(uint8_t *script,uint8_t type,uint8_t *opret,int32_t opretlen);
extern int32_t HUSH_PAX; extern int32_t HUSH_PAX;
int32_t hush_is_issuer(); int32_t hush_is_issuer();