Cleanup, rename, fix bug that returned false to return true when we do not recognize a transaction as invalid
This commit is contained in:
@@ -932,8 +932,9 @@ bool ContextualCheckCoinbaseTransaction(const CTransaction& tx, const int nHeigh
|
||||
}
|
||||
}
|
||||
}
|
||||
return(false);
|
||||
}
|
||||
return(false);
|
||||
return(true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user