Skip to content

Commit cf4caf5

Browse files
Merge pull request #331 from nspcc-dev/epoch-seconds
2 parents a5a1f32 + 226e628 commit cf4caf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netmap/types.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ message NetworkConfig {
296296
// Number of EigenTrust algorithm iterations to pass in the Reputation system.
297297
// Value: little-endian integer. Default: 0.
298298
// - **EpochDuration** \
299-
// NeoFS epoch duration measured in FS chain blocks.
299+
// NeoFS epoch duration measured in seconds.
300300
// Value: little-endian integer. Default: 0.
301301
// - **HomomorphicHashingDisabled** \
302302
// Flag of disabling the homomorphic hashing of objects' payload.

proto-docs/netmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ System parameters:
321321
Number of EigenTrust algorithm iterations to pass in the Reputation system.
322322
Value: little-endian integer. Default: 0.
323323
- **EpochDuration** \
324-
NeoFS epoch duration measured in FS chain blocks.
324+
NeoFS epoch duration measured in seconds.
325325
Value: little-endian integer. Default: 0.
326326
- **HomomorphicHashingDisabled** \
327327
Flag of disabling the homomorphic hashing of objects' payload.

0 commit comments

Comments
 (0)