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

Inheritance: ConsensusRule
Datei anzeigen Open project: x42-Archive/X42-FullNode-Old

Public Methods

Method Description
Run ( RuleContext context ) : void

Method Details

Run() public method

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