Skip to content

Commit a60443d

Browse files
authored
Update ProposalService.java
change log content
1 parent a7def45 commit a60443d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/tron/core/services/ProposalService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ public static void validator(Manager manager, long code, long value)
343343
if (manager.getDynamicPropertiesStore().getAllowCreationOfContracts() == 0) {
344344
throw new ContractValidateException(
345345
"[ALLOW_CREATION_OF_CONTRACTS] proposal must be approved "
346-
+ "before [ALLOW_TVM_SOLIDITY_059] can be proposed");
346+
+ "before [FORBID_TRANSFER_TO_CONTRACT] can be proposed");
347347
}
348348
break;
349349
}

0 commit comments

Comments
 (0)