paych: Fix paych init
This commit is contained in:
parent
604eeaa36b
commit
7b7f128e43
@ -53,7 +53,7 @@ func (a *PaychAPI) paychCreate(ctx context.Context, from, to address.Address, am
|
|||||||
Nonce: nonce,
|
Nonce: nonce,
|
||||||
Method: actors.IAMethods.Exec,
|
Method: actors.IAMethods.Exec,
|
||||||
Params: enc,
|
Params: enc,
|
||||||
GasLimit: types.NewInt(1000),
|
GasLimit: types.NewInt(1000000),
|
||||||
GasPrice: types.NewInt(0),
|
GasPrice: types.NewInt(0),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user