Skip to content
Snippets Groups Projects
Commit e9d4cb3e authored by David Stainton's avatar David Stainton
Browse files

Fix references to interface type

parent 03c3e875
Branches
Tags
6 merge requests!510Release,!419rewrote the health tracker to both consider if there are waiting rounds and...,!371[Channel RSAtoPrivate] Implement Reverse Asymmetric in Client/Broadcast,!354Channels impl,!340Project/channels,!338Xx 4055/channel identity tracking
......@@ -4,7 +4,6 @@ import (
"crypto/ed25519"
"encoding/json"
"errors"
"math"
"sync"
"time"
......@@ -344,9 +343,9 @@ func (c *clientIDTracker) requestChannelLease() (int64, []byte, error) {
// and returns a reference to it's type as the NameService interface.
// However it's scheduler thread isn't started until it's Start
// method is called.
func (m *Manager) StartChannelNameService() NameService {
func (m *Manager) StartChannelNameService() channels.NameService {
udPubKeyBytes := m.user.GetCmix().GetInstance().GetPartialNdf().Get().UDB.DhPubKey
var service NameService
var service channels.NameService
username, err := m.store.GetUsername()
if err != nil {
jww.FATAL.Panic(err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment