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
파일 보기 프로젝트 열기: x42-Archive/X42-FullNode-Old

공개 메소드들

메소드 설명
Run ( RuleContext context ) : void

메소드 상세

Run() 공개 메소드

Thrown if block's version is outdated.
public Run ( RuleContext context ) : void
context RuleContext
리턴 void