C# Class ChainParams.Rules.MainNetHeaderVersionRule

Checks if MainNet network block's header has a valid block version.
Inheritance: HeaderVersionRule
Show file Open project: sonofsatoshi2020/xds

Public Methods

Method Description
Run ( RuleContext context ) : void

Method Details

Run() public method

Thrown if block's version is outdated or otherwise invalid.
public Run ( RuleContext context ) : void
context RuleContext
return void