Skip to content

Commit

Permalink
fix: set SetBSCAllChannelClosed
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Nov 27, 2023
1 parent c86616a commit 4b947b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ibc/endblock.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ func saveChannelSetting(ctx sdk.Context, k Keeper,
))
// close bc side chain channel
k.sideKeeper.SetChannelSendPermission(ctx, destChainID, channelID, sdk.ChannelForbidden)

k.sideKeeper.SetBSCAllChannelClosed(ctx)
return events
}

0 comments on commit 4b947b0

Please sign in to comment.