ElementsProject / rust-elements

Rust support for Elements transaction/block deserialization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

confidential value prefix bytes should be enforced when decoding

apoelstra opened this issue · comments

The confidential:: types all allow any prefix. We shouldn't allow that.

Is this fixed by #47?

Yes, good catch