CircSupply: Remove unused method

This commit is contained in:
Aayush
2022-03-17 11:31:39 -04:00
committed by Aayush Rajasekaran
parent 9ea623e125
commit 77b123b02f
-4
View File
@@ -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 {