Fix incorrect comment

This commit is contained in:
Duke Leto
2022-03-29 10:29:54 -04:00
parent 04ac719da2
commit 90bb8c7cf4

View File

@@ -1452,7 +1452,7 @@ bool CheckTransaction(uint32_t tiptime,const CTransaction& tx, CValidationState
return true;
}
// This is used only in RPC currently but hush_notaries()/gethushseason/getacseason is consensus
// This is and hush_notaries()/gethushseason/getacseason are all consensus code
int32_t hush_isnotaryvout(char *coinaddr,uint32_t tiptime) {
bool ishush3 = strncmp(SMART_CHAIN_SYMBOL, "HUSH3",5) == 0 ? true : false;
bool istush = strncmp(SMART_CHAIN_SYMBOL, "TUSH",4) == 0 ? true : false;