refactor(chain)!: use Amount for DescriptorExt::dust_value() #1192
nightly_docs.yml
on: push
Build docs
36s
Publish docs
0s
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
|