diff --git a/src/main.cpp b/src/main.cpp index 7eba3e7a3..8266ccdce 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;