Skip to content

Commit

Permalink
Attempt compatibility with walletconnect web3 provider assuming value…
Browse files Browse the repository at this point in the history
… exists
  • Loading branch information
Quicksaver committed Dec 2, 2021
1 parent 10b49ef commit 6189049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/IContract.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class IContract {
from,
gas: Math.round(txGasAmount * txGasFactor),
gasPrice: txGasPrice,
value,
value: value || '',
})
.on('confirmation', (confirmationNumber, receipt) => {
if (callback) {
Expand Down

0 comments on commit 6189049

Please sign in to comment.