Skip to content
New issue

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

Remove Exodus output from transaction? #157

Closed
cassc opened this issue Dec 23, 2018 · 3 comments
Closed

Remove Exodus output from transaction? #157

cassc opened this issue Dec 23, 2018 · 3 comments

Comments

@cassc
Copy link

cassc commented Dec 23, 2018

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?

@msgilligan
Copy link
Member

msgilligan commented Jan 7, 2019

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?

@dexX7
Copy link
Member

dexX7 commented Jan 8, 2019

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.

@msgilligan
Copy link
Member

So @cassc I'm going to close this as a duplicate of Issue #120 Add support for Class C Omni transactions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants