fix: zero out gas limit

This commit is contained in:
Dirk McCormick
2020-07-22 13:55:31 -04:00
parent d70edbcb7c
commit 46b7546d51
3 changed files with 36 additions and 16 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ func (a *PaychAPI) PaychCollect(ctx context.Context, addr address.Address) (cid.
Method: builtin.MethodsPaych.Collect,
Nonce: nonce,
GasLimit: 100_000_000,
GasLimit: 0,
GasPrice: types.NewInt(0),
}