dcrd/txscript/sign
Dave Collins 318d81bc90
multi: Wrap errors for better errors.Is/As support.
This updates all remaining cases of unwrapped errors in fmt.Errorf calls
to wrap the underlying errors with the %w format verb to ensure they
work nicely with errors.Is and errors.As.
2023-08-25 16:31:11 -05:00
..
example_test.go txscript: Split signing code to sign subpackage. 2021-05-07 13:19:00 -05:00
sign_test.go multi: Wrap errors for better errors.Is/As support. 2023-08-25 16:31:11 -05:00
sign.go multi: Wrap errors for better errors.Is/As support. 2023-08-25 16:31:11 -05:00