fix compile
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user