Closed rstormsf closed 6 years ago
now we are using on('transactionHash') and on('receipt') event listeners. This breaks when it's working with Trust wallet.
on('transactionHash')
on('receipt')
So instead we should use plain and simple web3.eth.sendTransaction by generating data from encodeABI() and passing to web3.eth.sendTransaction
web3.eth.sendTransaction
encodeABI()
@rstormsf did you mean Android or iOS version of Trust Wallet?
Fixed in #158.
now we are using
on('transactionHash')
andon('receipt')
event listeners. This breaks when it's working with Trust wallet.So instead we should use plain and simple
web3.eth.sendTransaction
by generating data fromencodeABI()
and passing to web3.eth.sendTransaction