-
Notifications
You must be signed in to change notification settings - Fork 89
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
how to generate a transaction with P2WPKH? #159
Comments
To generate P2WPKH transactions we'll need (yet-to-be-released) bitcoinj 0.15, which should be happening in the next month or so. Once that is ready we'll need to make a new release of OmniJ that generates the correct format transactions. |
We'll probably also want to implement Issue #120. |
OmniJ release 0.5.8 upgrades to bitcoinj 0.15.1 which provides support for SegWit and P2WPKH. We can now try to construct P2WPKH Omni transactions... |
And I failed to state the obvious, we'll also need a new Omni Core. |
Also, see Issue #198 |
No description provided.
The text was updated successfully, but these errors were encountered: