remove todo
This commit is contained in:
parent
24df873498
commit
e60027c00a
@ -1183,9 +1183,7 @@ func (sm *StateManager) GetMarketState(ctx context.Context, ts *types.TipSet) (m
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO maybe there needs to be code here to differentiate address based on ts height?
|
act, err := st.GetActor(market.Address)
|
||||||
addr := builtin.StorageMarketActorAddr
|
|
||||||
act, err := st.GetActor(addr)
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user