You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: framework/src/main/resources/config.conf
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -611,6 +611,9 @@ vm = {
611
611
# Indicates whether the node stores featured internal transactions, such as freeze, vote and so on
612
612
# saveFeaturedInternalTx = false
613
613
614
+
# Indicates whether the node stores the details of the internal transactions generated by the CANCELALLUNFREEZEV2 opcode, such as bandwidth/energy/tronpower cancel amount.
615
+
# saveCancelAllUnfreezeV2Details = false
616
+
614
617
# In rare cases, transactions that will be within the specified maximum execution time (default 10(ms)) are re-executed and packaged
0 commit comments