Skip to content

Commit b941c3d

Browse files
committed
chore: add code comment
1 parent be48698 commit b941c3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/utils/src/bitcoin_client.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ pub struct BumpFeeResult {
173173
pub psbt: Option<String>,
174174
/// The id of the new transaction. Only returned when wallet private keys are enabled.
175175
pub txid: Option<bitcoin::Txid>,
176+
/// The fee of the original transaction (before bumping), denominated in BTC.
176177
pub origfee: f64,
178+
/// The fee of the newly created bumped transaction, denominated in BTC.
177179
pub fee: f64,
178180
/// Errors encountered during processing.
179181
pub errors: Vec<String>,

0 commit comments

Comments
 (0)