lotus-pcr: ignore all other market messages
This commit is contained in:
parent
195d96ccc0
commit
be74a13736
@ -884,6 +884,8 @@ func (r *refunder) processTipsetStorageMarketActor(ctx context.Context, tipset *
|
|||||||
}
|
}
|
||||||
|
|
||||||
refundValue = types.BigMul(types.NewInt(uint64(recp.GasUsed)), tipset.Blocks()[0].ParentBaseFee)
|
refundValue = types.BigMul(types.NewInt(uint64(recp.GasUsed)), tipset.Blocks()[0].ParentBaseFee)
|
||||||
|
default:
|
||||||
|
return false, messageMethod, types.NewInt(0), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
return true, messageMethod, refundValue, nil
|
return true, messageMethod, refundValue, nil
|
||||||
|
Loading…
Reference in New Issue
Block a user