Skip to content
Snippets Groups Projects
Commit dac807f2 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Complete merge (gofmt)

parent 0338b959
Branches
No related tags found
No related merge requests found
...@@ -24,12 +24,12 @@ package network ...@@ -24,12 +24,12 @@ package network
import ( import (
"gitlab.com/elixxir/client/network/gateway" "gitlab.com/elixxir/client/network/gateway"
//"gitlab.com/elixxir/client/storage" //"gitlab.com/elixxir/client/storage"
jww "github.com/spf13/jwalterweatherman"
bloom "gitlab.com/elixxir/bloomfilter"
pb "gitlab.com/elixxir/comms/mixmessages"
"gitlab.com/elixxir/primitives/knownRounds" "gitlab.com/elixxir/primitives/knownRounds"
"gitlab.com/xx_network/comms/connect" "gitlab.com/xx_network/comms/connect"
"gitlab.com/xx_network/crypto/csprng" "gitlab.com/xx_network/crypto/csprng"
bloom "gitlab.com/elixxir/bloomfilter"
jww "github.com/spf13/jwalterweatherman"
pb "gitlab.com/elixxir/comms/mixmessages"
"gitlab.com/xx_network/primitives/id" "gitlab.com/xx_network/primitives/id"
"time" "time"
) )
...@@ -106,7 +106,6 @@ func (m *manager) follow(rng csprng.Source, comms followNetworkComms) { ...@@ -106,7 +106,6 @@ func (m *manager) follow(rng csprng.Source, comms followNetworkComms) {
filterList = append(filterList, filter) filterList = append(filterList, filter)
} }
// ---- Node Events ---- // ---- Node Events ----
// NOTE: this updates the structure, AND sends events over the node // NOTE: this updates the structure, AND sends events over the node
// update channels about new and removed nodes // update channels about new and removed nodes
......
...@@ -3,8 +3,8 @@ package rounds ...@@ -3,8 +3,8 @@ package rounds
import ( import (
"encoding/binary" "encoding/binary"
jww "github.com/spf13/jwalterweatherman" jww "github.com/spf13/jwalterweatherman"
"gitlab.com/xx_network/primitives/id"
bloom "gitlab.com/elixxir/bloomfilter" bloom "gitlab.com/elixxir/bloomfilter"
"gitlab.com/xx_network/primitives/id"
) )
// the round checker is a single use function which is meant to be wrapped // the round checker is a single use function which is meant to be wrapped
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment