Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rooooooooob committed Mar 5, 2024
1 parent 62607f7 commit 224d133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/rust/src/builders/tx_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ pub struct TransactionBuilderConfig {
pub coins_per_utxo_byte: Coin, // protocol parameter
pub ex_unit_prices: ExUnitPrices, // protocol parameter
pub cost_models: CostModels, // protocol parameter
_collateral_percentage: u32, // protocol parameter
_collateral_percentage: u32, // protocol parameter
pub max_collateral_inputs: u32, // protocol parameter
pub prefer_pure_change: bool,
}
Expand Down

0 comments on commit 224d133

Please sign in to comment.