Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed May 24, 2018
1 parent 74a2380 commit f9ebc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip.go
Expand Up @@ -151,7 +151,7 @@ func (dht *DHT) GetGossipers() (gossipers []GossiperData, err error) {
}

func (dht *DHT) getGossipers() (glist []peer.ID, err error) {
glist, err = dht.getGossipers()
glist, err = dht._getGossipers()
if err != nil {
return
}
Expand Down

0 comments on commit f9ebc39

Please sign in to comment.