NAC_Blockchain/sdk/nac-cli/test-constitution/tests/consistency_test.cnnl

6 lines
172 B
Plaintext

// 宪法一致性测试
test "核心治理参数一致性" {
assert CORE_GOVERNANCE.MAX_VALIDATORS > 0;
assert CORE_GOVERNANCE.MIN_STAKE >= 1000000000000000000;
}