You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scope of this Issue concerns the new consolidate function that was created to consolidate the UTXOs in the 145 address. I noticed this error:
Consolidating UTXOs.
cashAddress: "bchtest:qpz5hez3qmzrnjzdfu03tf7fp6ca0rlsaqvrxmfpyd"
error: Error in broadcastBchTx
error: Error in bch.js/consolidateUtxos()
(node:6605) UnhandledPromiseRejectionWarning: <html>
<head><title>414 Request-URI Too Large</title></head>
<body bgcolor="white">
<center><h1>414 Request-URI Too Large</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
I believe this is caused by using a GET call when calling the broadcast function to broadcast the hex. It should call the equivalent POST call instead to avoid this error.
The text was updated successfully, but these errors were encountered:
The scope of this Issue concerns the new
consolidate
function that was created to consolidate the UTXOs in the 145 address. I noticed this error:I believe this is caused by using a GET call when calling the
broadcast
function to broadcast the hex. It should call the equivalent POST call instead to avoid this error.The text was updated successfully, but these errors were encountered: