removed unnecessary variable

This commit is contained in:
vadym 2022-12-11 19:22:02 +02:00
parent 21e7b03554
commit 5a7960ae51

View file

@ -20,7 +20,7 @@ import (
// The Core object represents the Mesh node. You should create a Core
// object for each Mesh node you plan to run.
type Core struct {
address Address
// This is the main data structure that holds everything else for a node
// We're going to keep our own copy of the provided config - that way we can
// guarantee that it will be covered by the mutex