Skip to content

Commit

Permalink
Remove spv API with typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Aug 20, 2019
1 parent db455a3 commit 7c936ab
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions spv/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,6 @@ func (s *Syncer) SetPersistentPeers(peers []string) {
s.persistentPeers = peers
}

// SetPersistantPeers sets each peer as a persistent peer and disables DNS
// seeding and peer discovery.
//
// Deprecated: use SetPersistentPeers instead.
func (s *Syncer) SetPersistantPeers(peers []string) {
s.persistentPeers = peers
}

// SetNotifications sets the possible various callbacks that are used
// to notify interested parties to the syncing progress.
func (s *Syncer) SetNotifications(ntfns *Notifications) {
Expand Down

0 comments on commit 7c936ab

Please sign in to comment.