diff options
author | haoping-ku <haoping.ku@dexon.org> | 2018-11-09 10:50:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-09 10:50:49 +0800 |
commit | 71a1dd9c072fb64da026ebe56acd2d187ec272c8 (patch) | |
tree | 31d5a8678bcbff5a3c395e968aae5d966e3f8ec2 /core/consensus-timestamp_test.go | |
parent | 1ee5863fd4a295d34c3a2d602d5603e8746e3f7b (diff) | |
download | dexon-consensus-71a1dd9c072fb64da026ebe56acd2d187ec272c8.tar.gz dexon-consensus-71a1dd9c072fb64da026ebe56acd2d187ec272c8.tar.zst dexon-consensus-71a1dd9c072fb64da026ebe56acd2d187ec272c8.zip |
core: consensus-timestamp: add comments (#312)
Diffstat (limited to 'core/consensus-timestamp_test.go')
-rw-r--r-- | core/consensus-timestamp_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/consensus-timestamp_test.go b/core/consensus-timestamp_test.go index a093c12..bbc58a2 100644 --- a/core/consensus-timestamp_test.go +++ b/core/consensus-timestamp_test.go @@ -170,7 +170,7 @@ func (s *ConsensusTimestampTest) TestTimestampConfigChange() { s.Require().NoError(err) } -func (s *ConsensusTimestampTest) TestRoundInterleave() { +func (s *ConsensusTimestampTest) TestTimestampRoundInterleave() { chainNum := 9 sigma := 100 * time.Millisecond now := time.Now().UTC() |