From 0487b72e044e0443e06487beb34f3bc9ac2df1f5 Mon Sep 17 00:00:00 2001 From: Steve Miskovetz Date: Wed, 25 Sep 2024 11:22:59 -0600 Subject: [PATCH] remove unnecessary type --- chain/thorchain/thornode.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/chain/thorchain/thornode.go b/chain/thorchain/thornode.go index 10d77b8ad..1e764e747 100644 --- a/chain/thorchain/thornode.go +++ b/chain/thorchain/thornode.go @@ -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 {