Add P2SH multisig support to pczt
commands
#480
Annotations
2 errors and 4 notices
the borrowed expression implements the required traits:
src/main.rs#L264
error: the borrowed expression implements the required traits
--> src/commands/inspect/context.rs:264:47
|
264 | serializer.serialize_str(&hex::encode(&self.0.to_bytes()))
| ^^^^^^^^^^^^^^^^^^ help: change this to: `self.0.to_bytes()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
|
the borrowed expression implements the required traits:
src/main.rs#L81
error: the borrowed expression implements the required traits
--> src/commands/create_multisig_address.rs:81:62
|
81 | let script_id = ripemd::Ripemd160::digest(Sha256::digest(&multisig_redeem_script.to_bytes()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `multisig_redeem_script.to_bytes()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
= note: `-D clippy::needless-borrows-for-generic-args` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrows_for_generic_args)]`
|
Build on macOS-latest
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
Build on macOS-latest
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
Build latest on macOS-latest
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
Build latest on macOS-latest
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|