Skip to content

Commit

Permalink
reduce errors for RefundAbortedCCTX
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Dec 6, 2024
1 parent 658c59e commit d612907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/crosschain/simulation/operation_add_outbound_tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func SimulateMsgAddOutboundTracker(k keeper.Keeper) simtypes.Operation {
return simtypes.NoOpMsg(
types.ModuleName,
types.TypeMsgAddOutboundTracker,
"no pending nonces found",
"pending nonces object not found",
), nil, nil
}

Expand Down

0 comments on commit d612907

Please sign in to comment.