Skip to content

Commit 13d7750

Browse files
authored
Merge pull request #4189 from tronprotocol/release_v4.4.2
Release v4.4.2 to master
2 parents 030ef17 + f4277f6 commit 13d7750

File tree

127 files changed

+16408
-6896
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+16408
-6896
lines changed

actuator/src/main/java/org/tron/core/actuator/TransferActuator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ public boolean validate() throws ContractValidateException {
150150
"Account type is Contract, but it is not exist in contract store.");
151151
} else if (contractCapsule.getContractVersion() == 1) {
152152
throw new ContractValidateException(
153-
"Cannot transfer TRX to a smartContract which version is one. " +
154-
"Instead please use TriggerSmartContract ");
153+
"Cannot transfer TRX to a smartContract which version is one. "
154+
+ "Instead please use TriggerSmartContract ");
155155
}
156156
}
157157

actuator/src/main/java/org/tron/core/actuator/VMActuator.java

Lines changed: 64 additions & 72 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)