From 929d41761b72abab106b5a4d627701d1c232e891 Mon Sep 17 00:00:00 2001 From: Mission Liao Date: Fri, 22 Feb 2019 17:01:42 +0800 Subject: core: remove acks (#451) --- core/db/memory_test.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/db/memory_test.go') diff --git a/core/db/memory_test.go b/core/db/memory_test.go index b210c8d..b0bfb16 100644 --- a/core/db/memory_test.go +++ b/core/db/memory_test.go @@ -46,7 +46,6 @@ func (s *MemBackedDBTestSuite) SetupSuite() { Position: types.Position{ Height: 0, }, - Acks: common.NewSortedHashes(common.Hashes{}), } s.b01 = &types.Block{ ProposerID: s.v0, @@ -55,7 +54,6 @@ func (s *MemBackedDBTestSuite) SetupSuite() { Position: types.Position{ Height: 1, }, - Acks: common.NewSortedHashes(common.Hashes{s.b00.Hash}), } s.b02 = &types.Block{ ProposerID: s.v0, @@ -64,7 +62,6 @@ func (s *MemBackedDBTestSuite) SetupSuite() { Position: types.Position{ Height: 2, }, - Acks: common.NewSortedHashes(common.Hashes{s.b01.Hash}), } } -- cgit v1.2.3