File tree Expand file tree Collapse file tree
framework/src/main/java/org/tron/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -934,6 +934,10 @@ public static void setParam(final Config config) {
934934 + "vm.saveInternalTx or vm.saveFeaturedInternalTx is off." );
935935 }
936936
937+ PARAMETER .saveCancelAllUnfreezeV2Details =
938+ config .hasPath (Constant .VM_SAVE_CANCEL_ALL_UNFREEZE_V2_DETAILS )
939+ && config .getBoolean (Constant .VM_SAVE_CANCEL_ALL_UNFREEZE_V2_DETAILS );
940+
937941 // PARAMETER.allowShieldedTransaction =
938942 // config.hasPath(Constant.COMMITTEE_ALLOW_SHIELDED_TRANSACTION) ? config
939943 // .getInt(Constant.COMMITTEE_ALLOW_SHIELDED_TRANSACTION) : 0;
Original file line number Diff line number Diff line change 2121import org .tron .common .log .layout .DesensitizedConverter ;
2222import org .tron .common .parameter .CommonParameter ;
2323import org .tron .common .utils .ByteArray ;
24+ import org .tron .common .utils .ByteUtil ;
25+ import org .tron .common .utils .DecodeUtil ;
2426import org .tron .common .utils .Sha256Hash ;
2527import org .tron .core .ChainBaseManager ;
2628import org .tron .core .capsule .TransactionCapsule ;
You can’t perform that action at this time.
0 commit comments