fix compile

This commit is contained in:
Steven Allen 2020-09-21 13:10:41 -07:00
parent 24ae9205fe
commit f9a896f6f2

View File

@ -628,7 +628,7 @@ func (a *StateAPI) StateChangedActors(ctx context.Context, old cid.Cid, new cid.
return nil, xerrors.Errorf("failed to load new state tree: %w", err)
}
state.Diff(oldTree, newTree)
return state.Diff(oldTree, newTree)
}
func (a *StateAPI) StateMinerSectorCount(ctx context.Context, addr address.Address, tsk types.TipSetKey) (api.MinerSectors, error) {