rust-bitcoin-unsafe-fast/bitcoin/src/psbt
Tobin C. Harding 202d1cd581
Rename taproot::Error to SigFromSliceError
This error type is only used in the `from_slice` function. Use prefix
`Sig` because `taproot::FromSliceError` does not fully express how the
error came about.

Use specific identifier for the error, this aids usage but also prevents
us later adding "random" other variants into this error and using it in
other functions.
2023-06-02 15:48:45 +10:00
..
map Use shorter import statements 2023-03-22 14:09:58 +11:00
error.rs Rename taproot::Error to SigFromSliceError 2023-06-02 15:48:45 +10:00
macros.rs psbt: Run the formatter 2023-03-21 08:33:23 +11:00
mod.rs psbt: Remove reexport of Prevouts 2023-05-24 22:10:40 +10:00
raw.rs psbt: Run the formatter 2023-03-21 08:33:23 +11:00
serialize.rs Rename taproot::Error to SigFromSliceError 2023-06-02 15:48:45 +10:00