Skip to content

Commit

Permalink
reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
chong-he committed Dec 17, 2024
1 parent 48d1a02 commit 8556f85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions common/filesystem/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ const OWNER_SID_STR: &str = "S-1-3-4";
const OWNER_ACL_ENTRY_FLAGS: u8 = 0;
/// Generic Rights:
/// - https://docs.microsoft.com/en-us/windows/win32/fileio/file-security-and-access-rights
///
/// Individual Read/Write/Execute Permissions (referenced in generic rights link):
/// - https://docs.microsoft.com/en-us/windows/win32/wmisdk/file-and-directory-access-rights-constants
///
/// STANDARD_RIGHTS_ALL
/// - https://docs.microsoft.com/en-us/windows/win32/secauthz/access-mask
#[cfg(windows)]
Expand Down
2 changes: 0 additions & 2 deletions scripts/local_testnet/network_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ participants:
network_params:
deneb_fork_epoch: 0
seconds_per_slot: 3
shard_committee_period: 5
global_log_level: debug
snooper_enabled: false
keymanager_enabled: true
additional_services:
- dora
- prometheus_grafana

0 comments on commit 8556f85

Please sign in to comment.