Skip to content

Fix descriptor syntax #1429

Fix descriptor syntax

Fix descriptor syntax #1429

Triggered via push January 14, 2024 18:10
Status Failure
Total duration 1m 5s
Artifacts

rust.yaml

on: push
Fit to window
Zoom out
Zoom in

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.