Skip to content

refactor!(bdk): Update wallet start_sync, start_scan to return new Sy… #752

refactor!(bdk): Update wallet start_sync, start_scan to return new Sy…

refactor!(bdk): Update wallet start_sync, start_scan to return new Sy… #752

Triggered via push November 7, 2023 22:48
Status Failure
Total duration 4m 1s
Artifacts

nightly_docs.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Build docs
Process completed with exit code 101.
missing documentation for a module: crates/chain/src/lib.rs#L56
error: missing documentation for a module --> crates/chain/src/lib.rs:56:1 | 56 | pub mod request; | ^^^^^^^^^^^^^^^ | = note: `-D missing-docs` implied by `-D warnings`
unused import: `LocalChain`: crates/chain/src/request.rs#L1
error: unused import: `LocalChain` --> crates/chain/src/request.rs:1:38 | 1 | use crate::local_chain::{CheckPoint, LocalChain}; | ^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings`
Build docs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/