diff --git a/node/impl/full/paych.go b/node/impl/full/paych.go index 8922ba8d1..eed7564c7 100644 --- a/node/impl/full/paych.go +++ b/node/impl/full/paych.go @@ -53,7 +53,7 @@ func (a *PaychAPI) paychCreate(ctx context.Context, from, to address.Address, am Nonce: nonce, Method: actors.IAMethods.Exec, Params: enc, - GasLimit: types.NewInt(1000), + GasLimit: types.NewInt(1000000), GasPrice: types.NewInt(0), }