C# Класс Stratis.Bitcoin.Features.Consensus.Rules.CommonRules.BitcoinActivationRule

Check that a BitcoinMain network block has the correct version according to the defined active deployments.
Наследование: HeaderValidationConsensusRule
Показать файл Открыть проект

Открытые методы

Метод Описание
Run ( RuleContext context ) : void

Описание методов

Run() публичный Метод

Thrown if block's version is outdated.
public Run ( RuleContext context ) : void
context RuleContext
Результат void