rust-bitcoin-unsafe-fast/bitcoin/src/psbt
Tobin C. Harding 14040e2ff5
psbt: Return the internal key for key path spend
When signing a Taproot input (in a PSBT) using a key path spend we
currently return the pubkey associated with key that signs. However it
is common to think of the internal key as being the one that signs even
though this is not technically true. We also have the internal key in
the PSBT so matching against it is less surprising.

When using the `Psbt` type to sign a Taproot input using a key path
spend return the internal key.
2024-04-04 07:36:04 +11:00
..
map Fix new nightly warnings/errors 2024-02-21 14:13:49 +11:00
error.rs Implement infallible for errors 2024-03-08 16:48:34 +11:00
macros.rs Use full path in all macro usage of Result 2024-01-18 13:20:19 +00:00
mod.rs psbt: Return the internal key for key path spend 2024-04-04 07:36:04 +11:00
raw.rs Use new read_to_limit function 2024-01-17 11:23:06 +11:00
serialize.rs Fix new nightly warnings/errors 2024-02-21 14:13:49 +11:00