Skip to content

Commit 8556f85

Browse files
committed
reduce diff
1 parent 48d1a02 commit 8556f85

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

common/filesystem/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ const OWNER_SID_STR: &str = "S-1-3-4";
1515
const OWNER_ACL_ENTRY_FLAGS: u8 = 0;
1616
/// Generic Rights:
1717
/// - https://docs.microsoft.com/en-us/windows/win32/fileio/file-security-and-access-rights
18-
///
1918
/// Individual Read/Write/Execute Permissions (referenced in generic rights link):
2019
/// - https://docs.microsoft.com/en-us/windows/win32/wmisdk/file-and-directory-access-rights-constants
21-
///
2220
/// STANDARD_RIGHTS_ALL
2321
/// - https://docs.microsoft.com/en-us/windows/win32/secauthz/access-mask
2422
#[cfg(windows)]

scripts/local_testnet/network_params.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ participants:
1010
network_params:
1111
deneb_fork_epoch: 0
1212
seconds_per_slot: 3
13-
shard_committee_period: 5
1413
global_log_level: debug
1514
snooper_enabled: false
16-
keymanager_enabled: true
1715
additional_services:
1816
- dora
1917
- prometheus_grafana

0 commit comments

Comments
 (0)