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 f4c5db2 commit 8520223Copy full SHA for 8520223
packages/wasm-miniscript/src/psbt.rs
@@ -57,9 +57,9 @@ impl WrapPsbt {
57
WrapDescriptorEnum::Derivable(_, _) => Err(JsError::new(
58
"Cannot update output with a derivable descriptor",
59
)),
60
- WrapDescriptorEnum::String(_) => {
61
- Err(JsError::new("Cannot update output with a string descriptor"))
62
- }
+ WrapDescriptorEnum::String(_) => Err(JsError::new(
+ "Cannot update output with a string descriptor",
+ )),
63
}
64
65
0 commit comments