Skip to content

Commit

Permalink
Merge pull request #1119 from bonomat/chore/bump-fee-rate
Browse files Browse the repository at this point in the history
chore: bump DLC fee rate
  • Loading branch information
bonomat authored Aug 21, 2023
2 parents 8ba8462 + 4932d2d commit 12cd338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ln-dlc-node/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub const LIQUIDITY_MULTIPLIER: u64 = 2;
/// Sats/vbyte rate for position
///
/// The coordinator and the app have to align on this to agree on the fees.
pub const CONTRACT_TX_FEE_RATE: u64 = 4;
pub const CONTRACT_TX_FEE_RATE: u64 = 7;

/// The speed at which we want a transaction to confirm used for feerate estimation.
///
Expand Down

0 comments on commit 12cd338

Please sign in to comment.