examples: Remove TODO

Remove the todo from `sighash` and add issue:

  https://github.com/rust-bitcoin/rust-bitcoin/issues/2386
This commit is contained in:
Tobin C. Harding 2024-01-23 16:40:03 +11:00
parent 48b42c10fb
commit 14c8a2232b
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ use hex_lit::hex;
//run with: cargo run --example sighash
//TODO add P2TR examples, ideally for both key-path and script-path spending
/// Computes segwit sighash for a transaction input that spends a p2wpkh output with "witness_v0_keyhash" scriptPubKey.type
///
/// # Arguments