Skip to content

Commit

Permalink
merged v0.12.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
angelorc committed Jan 18, 2023
2 parents e39f270 + f082d04 commit 4ba5dbd
Show file tree
Hide file tree
Showing 5 changed files with 635 additions and 500 deletions.
3 changes: 1 addition & 2 deletions cmd/bitsongd/cmd/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
fantokentypes "github.com/bitsongofficial/go-bitsong/x/fantoken/types"
"github.com/bitsongofficial/go-bitsong/x/merkledrop"
merkledroptypes "github.com/bitsongofficial/go-bitsong/x/merkledrop/types"

"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/codec"
Expand Down Expand Up @@ -42,7 +41,7 @@ type GenesisParams struct {

CrisisConstantFee sdk.Coin

FantokenParams fantokentypes.Params
FantokenParams fantokentypes.Params
MerkledropParams merkledroptypes.Params
}

Expand Down
Loading

0 comments on commit 4ba5dbd

Please sign in to comment.