From 77b123b02f244719bb35ee97e8a721adb9a8e121 Mon Sep 17 00:00:00 2001 From: Aayush Date: Wed, 16 Mar 2022 11:58:23 -0400 Subject: [PATCH] CircSupply: Remove unused method --- chain/stmgr/supply.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/chain/stmgr/supply.go b/chain/stmgr/supply.go index 7e239d2db..7c55a1a0d 100644 --- a/chain/stmgr/supply.go +++ b/chain/stmgr/supply.go @@ -339,10 +339,6 @@ func (sm *StateManager) GetVMCirculatingSupply(ctx context.Context, height abi.C return cs.FilCirculating, err } -func (sm *StateManager) loadGenesisMsigs(ctx context.Context) error { - return nil -} - func (sm *StateManager) GetVMCirculatingSupplyDetailed(ctx context.Context, height abi.ChainEpoch, st *state.StateTree) (api.CirculatingSupply, error) { filVested, err := sm.GetFilVested(ctx, height) if err != nil {