Remove Exodus output from transaction?
cassc opened this issue · 3 comments
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?
I believe the Exodus output is required for Class B transactions. OmniJ needs to implement Class C transactions and the Exodus output may not exist in Class C transactions. @dexX7 is that true?
Hey @cassc,
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.
So @cassc I'm going to close this as a duplicate of Issue #120 Add support for Class C Omni transactions.