ElementsProject / rust-elements

Rust support for Elements transaction/block deserialization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`SIGHASH_RANGEPROOF` support

pavel-kokolemin opened this issue · comments

Is it possible to add SIGHASH_RANGEPROOF support?
I implemented something working here - pavel-kokolemin@4cbc317 but it's not ready for PR (only SIGHASH_ALL + SIGHASH_RANGEPROOF and without unit tests).

Yes, we should definitely add this. Thank you for opening the issue.