Skip to content

Commit

Permalink
Merge upstream trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeross committed Jun 26, 2024
2 parents 2674163 + f0351a6 commit 1db00ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/swaps/boltzv2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ impl ReverseFees {
#[derive(Serialize, Deserialize, Debug, Clone)]
#[serde(rename_all = "camelCase")]
pub struct SubmarineFees {
/// The percentage of the "send amount" that is charged by Boltz as "Boltz Fee".
pub percentage: f64,
/// The network fees charged for locking up and claiming funds onchain. These values are absolute, denominated in 10 ** -8 of the quote asset.
pub miner_fees: u64,
}

Expand Down

0 comments on commit 1db00ad

Please sign in to comment.