rust-bitcoin-unsafe-fast/bitcoin/src/psbt
Tobin C. Harding 22c7aa8808
Rename non standard sighash error type
Error types conventionally include `Error` as a suffix.

Rename `NonStandardSighashType` to `NonStandardSighashTypeError`.

While we are at it make the inner type private to the crate, there is no
need to leak the inner values type.
2023-08-01 15:55:45 +10:00
..
map Rename non standard sighash error type 2023-08-01 15:55:45 +10:00
error.rs Rename HashParse error variant to InvalidHash 2023-07-24 15:08:07 +10:00
macros.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
mod.rs Merge rust-bitcoin/rust-bitcoin#1964: script: Move some inspector methods from ScriptBuf to Script 2023-07-31 14:54:25 +00:00
raw.rs psbt: Run the formatter 2023-03-21 08:33:23 +11:00
serialize.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00