gcarq / rusty-blockparser

Bitcoin Blockchain Parser written in Rust language
GNU General Public License v3.0
368 stars 144 forks source link

blank address in tx_out.csv when vout type is witness_v0_keyhash #44

Closed aichemzee closed 1 year ago

aichemzee commented 6 years ago

Blank address are dumped during a csvdump callback when vout type is witness_v0_keyhash. For example txid : "f1b2caa3153aa0c37dcfcdff69214911512804c55ee162ba85cc65b1597903a2" Is there an easy fix for this?

gcarq commented 4 years ago

No easy fix for now, but I'm working on it

gcarq commented 1 year ago

Checkout #62, there should be full SegWit support with this for Bitcoin.