From 90bb8c7cf4eb69d0d7f8744bb90582caf36ec30e Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 29 Mar 2022 10:29:54 -0400 Subject: [PATCH] Fix incorrect comment --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;