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

Check that a BitcoinMain network block has the correct version according to the defined active deployments.
Inheritance: HeaderValidationConsensusRule
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's version is outdated.
public Run ( RuleContext context ) : void
context RuleContext
return void