add comment

pull/212/head
Minh Doan 6 years ago committed by Minh Doan
parent abe4e55ebc
commit d4dd545967
  1. 1
      api/services/syncing/syncing.go

@ -30,6 +30,7 @@ type SyncPeerConfig struct {
blockHashes [][]byte blockHashes [][]byte
} }
// GetClient returns client pointer of downloader.Client
func (s *SyncPeerConfig) GetClient() *downloader.Client { func (s *SyncPeerConfig) GetClient() *downloader.Client {
return s.client return s.client
} }

Loading…
Cancel
Save