Skip to content

Commit

Permalink
disable balance transfers on tauurs
Browse files Browse the repository at this point in the history
  • Loading branch information
dariolina committed Oct 10, 2024
1 parent e9c9710 commit 9ebee9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/subspace-node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pub fn taurus_compiled() -> Result<GenericChainSpec, String> {
pot_slot_iterations: NonZeroU32::new(200_032_000).expect("Not zero; qed"),
enable_domains: false,
enable_dynamic_cost_of_storage: false,
enable_balance_transfers: true,
enable_balance_transfers: false,
// TODO: Proper value here
confirmation_depth_k: 100,
rewards_config: RewardsConfig {
Expand Down

0 comments on commit 9ebee9e

Please sign in to comment.