Skip to content

Commit

Permalink
partial gas fees
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Apr 26, 2024
1 parent f99390c commit e65c037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/bin/pd/src/testnet/generate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ impl TestnetConfig {
fee_params: penumbra_fee::params::FeeParameters {
fixed_gas_prices: penumbra_fee::GasPrices {
block_space_price: gas_price_simple,
compact_block_space_price: gas_price_simple,
verification_price: gas_price_simple,
execution_price: gas_price_simple,
compact_block_space_price: 0u64,
verification_price: 0u64,
execution_price: 0u64,
},
},
},
Expand Down

0 comments on commit e65c037

Please sign in to comment.