Post
Topic
Board Development & Technical Discussion
Re: Where is witness part in SegWit transaction?
by
Aleš Janda
on 12/05/2016, 08:30:05 UTC
That is the thing! Thank you!

I created address by standard way, then in console
Code:
addwitnessaddress ADDRESS
creates new witness address from it. And transaction from has "txinwitness" part and so on.
Another good tool with examples is https://blockchainprogramming.azurewebsites.net/checktx

Thank you again.