@liskhq/lisk-chain
Advanced tools
Comparing version 0.5.0-rc.1 to 0.5.0-rc.2
@@ -152,9 +152,9 @@ "use strict"; | ||
} | ||
if (header.aggregateCommit.height !== 0) { | ||
if (header.aggregateCommit.height !== header.height) { | ||
errors.push({ | ||
message: 'Genesis block header aggregateCommit.height must equal 0', | ||
message: 'Genesis block header aggregateCommit.height must equal to the genesis height', | ||
keyword: 'const', | ||
dataPath: 'aggregateCommit.height', | ||
schemaPath: 'properties.aggregateCommit.height', | ||
params: { allowedValue: 0 }, | ||
params: { allowedValue: header.height }, | ||
}); | ||
@@ -161,0 +161,0 @@ } |
{ | ||
"name": "@liskhq/lisk-chain", | ||
"version": "0.5.0-rc.1", | ||
"version": "0.5.0-rc.2", | ||
"description": "Blocks and state management implementation that are used for block processing according to the Lisk protocol", | ||
@@ -5,0 +5,0 @@ "author": "Lisk Foundation <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
200266