diff options
Diffstat (limited to 'core/test/network_test.go')
-rw-r--r-- | core/test/network_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/test/network_test.go b/core/test/network_test.go index 863fee2..f9a6db9 100644 --- a/core/test/network_test.go +++ b/core/test/network_test.go @@ -289,7 +289,7 @@ func (s *NetworkTestSuite) TestBroadcastToSet() { req.NotNil(nerd) req.NotNil(dkgNode) req.NotNil(notaryNode) - nerd.AddNodeSetCache(cache) + nerd.AttachNodeSetCache(cache) // Try broadcasting with datum from round 0, and make sure only node belongs // to that set receiving the message. nerd.BroadcastVote(&types.Vote{VoteHeader: types.VoteHeader{ |