how to generate a transaction with P2WPKH?
onesand opened this issue · 5 comments
onesand commented
how to generate a transaction with P2WPKH?
msgilligan commented
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.
msgilligan commented
We'll probably also want to implement Issue #120.
msgilligan commented
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...
msgilligan commented
And I failed to state the obvious, we'll also need a new Omni Core.
msgilligan commented
Also, see Issue #198