OmniLayer/OmniJ

how to generate a transaction with P2WPKH?

onesand opened this issue · 5 comments

how to generate a transaction with P2WPKH?

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