We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d911816 commit 8c63387Copy full SHA for 8c63387
framework/src/main/java/org/tron/core/config/args/Args.java
@@ -1277,7 +1277,7 @@ public static void setParam(final Config config) {
1277
1278
private static long getProposalExpirationTime(final Config config) {
1279
if (config.hasPath(Constant.COMMITTEE_PROPOSAL_EXPIRE_TIME)) {
1280
- throw new TronError("It is not allowed to configure commit.proposalExpireTime in "
+ throw new TronError("It is not allowed to configure committee.proposalExpireTime in "
1281
+ "config.conf, please set the value in block.proposalExpireTime.", PARAMETER_INIT);
1282
}
1283
if (config.hasPath(Constant.BLOCK_PROPOSAL_EXPIRE_TIME)) {
0 commit comments