Skip to content

Commit

Permalink
remove unnecessary type
Browse files Browse the repository at this point in the history
  • Loading branch information
misko9 committed Sep 25, 2024
1 parent f407e2d commit 0487b72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chain/thorchain/thornode.go
Original file line number Diff line number Diff line change
Expand Up @@ -1027,8 +1027,6 @@ type Balance struct {
Coins []CoinBalance `json:"coins"`
}

type Supply []CoinBalance

func (tn *ChainNode) AddBondModule(ctx context.Context) error {
genbz, err := tn.GenesisFileContent(ctx)
if err != nil {
Expand Down

0 comments on commit 0487b72

Please sign in to comment.