Fix incorrect comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user