Closed mousehaohao closed 5 years ago
@mousehaohao, if you do not have data
, then send "0x"
ethWallet?.getGasEstimate(from: address, to: destinationAddrss, data: "0x", result: { (result) in
print(result)
expectation.fulfill()
})
But anyway i will fix this in next release.
got it, :) Thanks.
Hello, impul, It's me again, Thanks for you patient. here's another issue found when I send the transaction, I need to get the gas estimate first, but return error.
When I use the post man to do the direct visist.
the response is 502, so how can I debug or fix this? thanks :)