Skip to content

Commit 6948265

Browse files
committed
fixup! Account for FeeRate in OnchainSend.
1 parent 991f76d commit 6948265

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ldk-server-protos/src/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pub struct OnchainSendRequest {
8484
#[prost(bool, optional, tag = "3")]
8585
pub send_all: ::core::option::Option<bool>,
8686
/// If `fee_rate_sat_per_vb` is set it will be used on the resulting transaction. Otherwise we'll retrieve
87-
/// a reasonable estimate from the configured chain source.
87+
/// a reasonable estimate from BitcoinD.
8888
#[prost(uint64, optional, tag = "4")]
8989
pub fee_rate_sat_per_vb: ::core::option::Option<u64>,
9090
}

ldk-server-protos/src/proto/api.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ message OnchainSendRequest {
8686
optional bool send_all = 3;
8787

8888
// If `fee_rate_sat_per_vb` is set it will be used on the resulting transaction. Otherwise we'll retrieve
89-
// a reasonable estimate from the configured chain source.
89+
// a reasonable estimate from BitcoinD.
9090
optional uint64 fee_rate_sat_per_vb = 4;
9191
}
9292

0 commit comments

Comments
 (0)