Skip to content

Commit 6d7831a

Browse files
authored
Merge pull request #3875 from tronprotocol/release_v4.2.2.1
Release v4.2.2.1
2 parents d8b4066 + 422548e commit 6d7831a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

framework/src/main/java/org/tron/core/db/Manager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ public boolean pushTransaction(final TransactionCapsule trx)
717717

718718
try (ISession tmpSession = revokingStore.buildSession()) {
719719
processTransaction(trx, null);
720+
trx.setTrxTrace(null);
720721
pendingTransactions.add(trx);
721722
tmpSession.merge();
722723
}
@@ -1207,7 +1208,6 @@ public TransactionInfo processTransaction(final TransactionCapsule trxCap, Block
12071208
}
12081209
//set the sort order
12091210
trxCap.setOrder(transactionInfo.getFee());
1210-
trxCap.setTrxTrace(null);
12111211
return transactionInfo.getInstance();
12121212
}
12131213

framework/src/main/java/org/tron/program/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class Version {
44

55
public static final String VERSION_NAME = "GreatVoyage-v4.2.1-62-g0ba5c5c77";
66
public static final String VERSION_CODE = "15584";
7-
private static final String VERSION = "4.2.2";
7+
private static final String VERSION = "4.2.2.1";
88

99
public static String getVersion() {
1010
return VERSION;

0 commit comments

Comments
 (0)