diff --git a/src/governance-object.cpp b/src/governance-object.cpp index 9e0c7ba5a..79b9904a6 100644 --- a/src/governance-object.cpp +++ b/src/governance-object.cpp @@ -268,15 +268,6 @@ bool CGovernanceObject::CheckSignature(CPubKey& pubKeyMasternode) return true; } -int CGovernanceObject::GetObjectSubtype() -{ - // todo - 12.1 - // - detect subtype from strData json, obj["subtype"] - - if(nObjectType == GOVERNANCE_OBJECT_TRIGGER) return TRIGGER_SUPERBLOCK; - return -1; -} - uint256 CGovernanceObject::GetHash() const { // CREATE HASH OF ALL IMPORTANT PIECES OF DATA diff --git a/src/governance-object.h b/src/governance-object.h index cde38fbae..43f39b787 100644 --- a/src/governance-object.h +++ b/src/governance-object.h @@ -273,8 +273,6 @@ public: void UpdateSentinelVariables(); - int GetObjectSubtype(); - CAmount GetMinCollateralFee(); UniValue GetJSONObject();