s/From/To
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
0ada762971
commit
d08458a03c
@ -177,7 +177,7 @@ func (a *GasAPI) GasEstimateGasLimit(ctx context.Context, msgIn *types.Message,
|
|||||||
|
|
||||||
// Special case for PaymentChannel collect, which is deleting actor
|
// Special case for PaymentChannel collect, which is deleting actor
|
||||||
var act types.Actor
|
var act types.Actor
|
||||||
err = a.Stmgr.WithParentState(ts, a.Stmgr.WithActor(msg.From, stmgr.GetActor(&act)))
|
err = a.Stmgr.WithParentState(ts, a.Stmgr.WithActor(msg.To, stmgr.GetActor(&act)))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
_ = err
|
_ = err
|
||||||
// somewhat ignore it as it can happen and we just want to detect
|
// somewhat ignore it as it can happen and we just want to detect
|
||||||
|
Loading…
Reference in New Issue
Block a user