Skip to content
Advertisement

Tag: ethereum

Why am I getting “Error processing transaction request: intrinsic gas too low” error when trying to add tUSDT to a particular account?

I am trying to send test USDT to a particular account in Java using the following code: The last statement results in the following exception: TestGasProvider is defined as: usdtContract was deployed using this script, which calls deploy.js: This contract is running on a local testnet set up as described here. What do I need to change in any of

Advertisement