From 22e70f6da486ed6796a493f25e04679b9afa1439 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 19 Sep 2018 18:48:41 +0800 Subject: core: rename Notary (Acks) to Witness (#118) --- core/consensus-timestamp_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/consensus-timestamp_test.go') diff --git a/core/consensus-timestamp_test.go b/core/consensus-timestamp_test.go index 56dd306..a5f9fb7 100644 --- a/core/consensus-timestamp_test.go +++ b/core/consensus-timestamp_test.go @@ -82,7 +82,7 @@ func (s *ConsensusTimestampTest) extractTimestamps( if block.IsGenesis() { continue } - timestamps = append(timestamps, block.Notary.Timestamp) + timestamps = append(timestamps, block.Witness.Timestamp) } return timestamps } -- cgit