Skip to content

Commit

Permalink
add missing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Jan 5, 2024
1 parent 07b911d commit b2fff33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/stake/handler_sidechain.go
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ func handleMsgSideChainStakeMigration(ctx sdk.Context, msg MsgSideChainStakeMigr
tags.SrcValidator, []byte(msg.Validator.String()),
tags.EndTime, finishTime,
)
txTags = append(txTags, sdk.GetPegInTag(denom, ubd.Balance.Amount))
txTags = append(txTags, sdk.MakeTag(types.TagStakeMigrationSendSequence, []byte(strconv.FormatUint(sendSeq, 10))))

return sdk.Result{
Expand Down

0 comments on commit b2fff33

Please sign in to comment.