CircSupply: Remove unused method

This commit is contained in:
Aayush 2022-03-16 11:58:23 -04:00 committed by Aayush Rajasekaran
parent 9ea623e125
commit 77b123b02f

View File

@ -339,10 +339,6 @@ func (sm *StateManager) GetVMCirculatingSupply(ctx context.Context, height abi.C
return cs.FilCirculating, err 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) { func (sm *StateManager) GetVMCirculatingSupplyDetailed(ctx context.Context, height abi.ChainEpoch, st *state.StateTree) (api.CirculatingSupply, error) {
filVested, err := sm.GetFilVested(ctx, height) filVested, err := sm.GetFilVested(ctx, height)
if err != nil { if err != nil {