Skip to content

refactor(chain)!: use Amount for DescriptorExt::dust_value() #1192

refactor(chain)!: use Amount for DescriptorExt::dust_value()

refactor(chain)!: use Amount for DescriptorExt::dust_value() #1192

Triggered via push December 8, 2024 03:00
Status Failure
Total duration 45s
Artifacts

nightly_docs.yml

on: push
Build docs
36s
Build docs
Publish docs
0s
Publish docs
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Build docs
Process completed with exit code 101.
type `bitcoin::Amount` cannot be dereferenced: crates/wallet/src/wallet/mod.rs#L1495
error[E0614]: type `bitcoin::Amount` cannot be dereferenced --> crates/wallet/src/wallet/mod.rs:1495:36 | 1495 | available: *remaining_amount | ____________________________________^ 1496 | | .checked_sub(*change_fee) 1497 | | .unwrap_or_default(), | |________________________________________________^
Build docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636