We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad053b commit 6b78b5aCopy full SHA for 6b78b5a
src/psbt/mod.rs
@@ -455,6 +455,7 @@ pub trait PsbtExt {
455
///
456
/// - Returns a mutated psbt with all inputs `finalize_mut` could finalize
457
/// - A vector of input errors, one of each of failed finalized input
458
+ #[allow(clippy::result_large_err)]
459
fn finalize<C: secp256k1::Verification>(
460
self,
461
secp: &secp256k1::Secp256k1<C>,
@@ -467,6 +468,7 @@ pub trait PsbtExt {
467
468
) -> Result<(), Vec<Error>>;
469
470
/// Same as [PsbtExt::finalize], but allows for malleable satisfactions
471
472
fn finalize_mall<C: secp256k1::Verification>(
473
474
secp: &Secp256k1<C>,
0 commit comments