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
I am trying to use OmniTxBuilder#createSignedSimpleSend to create USDT transaction. What I found is that the generated transactions has an output which sent a small amount of bitcoin to exodus address: 1EXoDusjGwvnjZUyKkxZ4UHEf77z6A5S4P
Should I remove this output from my transaction and how to achieve this with omnij?
The text was updated successfully, but these errors were encountered:
the output for the Exodus address is required for Class B transactions, but not for Class C transactions. At this point there is not yet a nice way to create Class C transactions with OmniJ.
Hi,
Thanks for your great work!
I am trying to use OmniTxBuilder#createSignedSimpleSend to create USDT transaction. What I found is that the generated transactions has an output which sent a small amount of bitcoin to exodus address: 1EXoDusjGwvnjZUyKkxZ4UHEf77z6A5S4P
Should I remove this output from my transaction and how to achieve this with omnij?
The text was updated successfully, but these errors were encountered: