Skip to content
Snippets Groups Projects
Commit 932486f3 authored by Jono Wenger's avatar Jono Wenger
Browse files

Add default round params to rounds manager

parent d4d6d465
No related branches found
No related tags found
3 merge requests!117Release,!107XX-3617 / Add timeout to send to preferred,!105XX-3617 / faster file transfer
......@@ -9,6 +9,7 @@ package rounds
import (
"github.com/pkg/errors"
jww "github.com/spf13/jwalterweatherman"
"gitlab.com/elixxir/client/interfaces/params"
"gitlab.com/elixxir/client/network/internal"
"gitlab.com/elixxir/client/network/message"
"gitlab.com/elixxir/client/storage"
......@@ -28,6 +29,7 @@ func newManager(face interface{}) *Manager {
sess1 := storage.InitTestingSession(face)
testManager := &Manager{
params: params.GetDefaultRounds(),
lookupRoundMessages: make(chan roundLookup),
messageBundles: make(chan message.Bundle),
Internal: internal.Internal{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment