Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Dec 25, 2023
1 parent 0e662ff commit 417645f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/paramHub/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (keeper *Keeper) EndBreatheBlock(ctx sdk.Context) {

func (keeper *Keeper) SetSyncFeeAfterFirstSunsetFork(ctx sdk.Context) {
log := keeper.Logger(ctx)
if sdk.IsUpgrade(sdk.FirstSunsetFork) && keeper.ScKeeper != nil {
if keeper.ScKeeper != nil {
log.Info("Set sync fee to 0.05 BNB after first sunset hardfork")
sideChainIds, storePrefixes := keeper.ScKeeper.GetAllSideChainPrefixes(ctx)
cscChanges := make([]types.CSCParamChange, 0, 1)
Expand Down

0 comments on commit 417645f

Please sign in to comment.