Skip to content

Commit e9ac580

Browse files
committed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/credit_manager/cm_common/facade_actions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ func toAddressHex(addr interface{}) string {
155155
// attach multicall execute operations to facade main actions
156156
func (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{}

0 commit comments

Comments
 (0)