Fix descriptor syntax #1429
Annotations
4 errors
lint:
src/bitcoin/keys.rs#L109
error: unused variable: `xpub`
--> src/bitcoin/keys.rs:109:9
|
109 | let xpub = xprv.to_public(&secp)?;
| ^^^^ help: if this is intentional, prefix it with an underscore: `_xpub`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
lint
Process completed with exit code 1.
|
lint-wasm:
src/bitcoin/keys.rs#L109
error: unused variable: `xpub`
--> src/bitcoin/keys.rs:109:9
|
109 | let xpub = xprv.to_public(&secp)?;
| ^^^^ help: if this is intentional, prefix it with an underscore: `_xpub`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
lint-wasm
Process completed with exit code 1.
|