bitcoin-net icon indicating copy to clipboard operation
bitcoin-net copied to clipboard

Check if header is already a Block instance in transform

Open stephank opened this issue 7 years ago • 0 comments

When overriding the header type in bitcoin-protocol, it's possible messages already contain Block instances (or a subclass thereof).

For webcoin-dogecoin, I'm actually implementing the abstract-encoding interface in a Block subclass, so that I can parse the optional auxpow data found in headers.

stephank avatar Jan 12 '18 22:01 stephank