C# 클래스 Blockcore.Features.Consensus.Rules.CommonRules.PosBlockSignatureRepresentationRule

Check that the block signature for a POS block is in the canonical format.
This rule can only be an integrity validation rule. If it is used as a partial or full validation rule, the block itself will get banned instead of the peer, which can result in a chain split as the C++ node only bans the peer.
상속: IntegrityValidationConsensusRule
파일 보기 프로젝트 열기: x42protocol/x42-BlockCore

공개 메소드들

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

메소드 상세

Run() 공개 메소드

The block signature is not in the canonical format.
public Run ( RuleContext context ) : void
context RuleContext
리턴 void