Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
Stop sending invalid parameters over JSON RPC (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro committed Mar 10, 2020
1 parent deceb7d commit 2c29315
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tabookey-gasless/RelayClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,8 @@ class RelayClient {
if (!gasLimit)
gasLimit = await this.estimateGas(
{
...options,
to: options.to,
from: options.from,
gasPrice,
data: encodedFunctionCall,
},
Expand Down

0 comments on commit 2c29315

Please sign in to comment.