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:
parent
48b42c10fb
commit
14c8a2232b
|
@ -12,8 +12,6 @@ use hex_lit::hex;
|
||||||
|
|
||||||
//run with: cargo run --example sighash
|
//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
|
/// Computes segwit sighash for a transaction input that spends a p2wpkh output with "witness_v0_keyhash" scriptPubKey.type
|
||||||
///
|
///
|
||||||
/// # Arguments
|
/// # Arguments
|
||||||
|
|
Loading…
Reference in New Issue