mirror of
https://github.com/btcsuite/btcd.git
synced 2025-02-22 06:21:50 +01:00
commit
b4afc08a35
2 changed files with 2 additions and 2 deletions
|
@ -277,7 +277,7 @@ func (b *rpcSyncMgr) SyncPeerID() int32 {
|
|||
return b.syncMgr.SyncPeerID()
|
||||
}
|
||||
|
||||
// LocateBlocks returns the hashes of the blocks after the first known block in
|
||||
// LocateHeaders returns the hashes of the blocks after the first known block in
|
||||
// the provided locators until the provided stop hash or the current tip is
|
||||
// reached, up to a max of wire.MaxBlockHeadersPerMsg hashes.
|
||||
//
|
||||
|
|
2
upnp.go
2
upnp.go
|
@ -201,7 +201,7 @@ func getChildDevice(d *device, deviceType string) *device {
|
|||
return nil
|
||||
}
|
||||
|
||||
// getChildDevice searches the service list of device for a service with the
|
||||
// getChildService searches the service list of device for a service with the
|
||||
// given type.
|
||||
func getChildService(d *device, serviceType string) *service {
|
||||
for i := range d.ServiceList.Service {
|
||||
|
|
Loading…
Add table
Reference in a new issue