We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tronweb: "^6.0.0" Shasta Testnet
const unsignedTxn = await tronWeb.transactionBuilder.sendTrx( to, amount, from ); console.log(unsignedTxn) report errors: AxiosError: maxContentLength size of -1 exceeded
const unsignedTxn = await tronWeb.transactionBuilder.sendTrx( to, amount, from ); console.log(unsignedTxn)
The text was updated successfully, but these errors were encountered:
TransactionBuilder uses local build and the error is like a network error. So please check other parts of your code to locate the problem.
Sorry, something went wrong.
Error locating to this sentence, just upgraded Tronweb
Could you snapshot the error and upload?
No branches or pull requests
tronweb: "^6.0.0"
Shasta Testnet
const unsignedTxn = await tronWeb.transactionBuilder.sendTrx( to, amount, from ); console.log(unsignedTxn)
report errors:
AxiosError: maxContentLength size of -1 exceeded
The text was updated successfully, but these errors were encountered: