We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be48698 commit b941c3dCopy full SHA for b941c3d
crates/utils/src/bitcoin_client.rs
@@ -173,7 +173,9 @@ pub struct BumpFeeResult {
173
pub psbt: Option<String>,
174
/// The id of the new transaction. Only returned when wallet private keys are enabled.
175
pub txid: Option<bitcoin::Txid>,
176
+ /// The fee of the original transaction (before bumping), denominated in BTC.
177
pub origfee: f64,
178
+ /// The fee of the newly created bumped transaction, denominated in BTC.
179
pub fee: f64,
180
/// Errors encountered during processing.
181
pub errors: Vec<String>,
0 commit comments