C# Class Stratis.Bitcoin.Features.Consensus.Rules.CommonRules.HeaderTimeChecksPosRule

Inheritance: ConsensusRule
Afficher le fichier Open project: x42-Archive/X42-FullNode-Old

Méthodes publiques

Méthode Description
Run ( RuleContext context ) : void

Method Details

Run() public méthode

Thrown if block time is equal or behind the previous block.
public Run ( RuleContext context ) : void
context RuleContext
Résultat void