File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
models/credit_manager/cm_common Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ func toAddressHex(addr interface{}) string {
155155// attach multicall execute operations to facade main actions
156156func (mdl *CommonCMAdapter) executeOperations(txHash string, facadeActions []*mpi.FacadeAccountAction,
157157 executeParams, nonMultiCallExecuteEvents []ds.ExecuteParams) {
158+ executeParams = append(executeParams, nonMultiCallExecuteEvents...) // fix add nonmulticall execute params to execute params for processing
158159 sort.Slice(executeParams, func(i, j int) bool { return executeParams[i].Index < executeParams[j].Index })
159160 // TRACE-LOGIC: if neither anvil nor main network
160161 tenderlyExecOperations := []*schemas.AccountOperation{}
You can’t perform that action at this time.
0 commit comments