Skip to content

Commit

Permalink
update burn plugin -> v18
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Sep 21, 2023
1 parent 5955136 commit 906684c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/burn/burner.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper"

mintkeeper "github.com/CosmosContracts/juno/v17/x/mint/keeper"
mintkeeper "github.com/CosmosContracts/juno/v18/x/mint/keeper"
)

// used to override Wasmd's NewBurnCoinMessageHandler
Expand Down

0 comments on commit 906684c

Please sign in to comment.