Remove unneeded RPCs

This commit is contained in:
Duke Leto
2019-12-22 05:03:11 -05:00
parent fc67008838
commit 148e86a33b
6 changed files with 1 additions and 231 deletions

View File

@@ -32,7 +32,6 @@ bool EnsureWalletIsAvailable(bool avoidException);
extern bool fRequestShutdown;
extern CScript KOMODO_EARLYTXID_SCRIPTPUB;
int32_t MarmaraSignature(uint8_t *utxosig,CMutableTransaction &txNew);
uint8_t DecodeMaramaraCoinbaseOpRet(const CScript scriptPubKey,CPubKey &pk,int32_t &height,int32_t &unlockht);
uint32_t komodo_heightstamp(int32_t height);
@@ -712,8 +711,6 @@ bool hush_hardfork_active(uint32_t time)
return isactive;
}
bool MarmaraPoScheck(char *destaddr,CScript opret,CTransaction staketx);
int32_t komodo_isPoS(CBlock *pblock,int32_t height,bool fJustCheck)
{
return(0);