]> Untitled Git - bdk/commit
refactor(bdk): display CreateTxError::FeeRateTooLow in sat/vb
authorvmammal <valuedmammal@protonmail.com>
Thu, 16 Nov 2023 23:13:44 +0000 (18:13 -0500)
committervmammal <valuedmammal@protonmail.com>
Fri, 22 Mar 2024 03:32:00 +0000 (23:32 -0400)
commit89608ddd0fd582d011f7b7ae8bbeb63dee6a3b99
treebb860ce99acd07b485d45520a5d666867993cf13
parent09bd86e2d82020d5f4079c5d234888a9eed50489
refactor(bdk): display CreateTxError::FeeRateTooLow in sat/vb

Also modify a unit test `test_bump_fee_low_fee_rate` to
additionally assert the expected error message
crates/bdk/src/wallet/error.rs
crates/bdk/src/wallet/mod.rs
crates/bdk/tests/wallet.rs