paych: Fix paych init

This commit is contained in:
Łukasz Magiera 2019-09-06 19:43:05 +02:00
parent 604eeaa36b
commit 7b7f128e43

View File

@ -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),
}