Skip to content

Commit

Permalink
Merge pull request #2228 from lencap/master
Browse files Browse the repository at this point in the history
chore: fix some comments
  • Loading branch information
Roasbeef authored Oct 8, 2024
2 parents e9b505d + 8791081 commit b4afc08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpcadapters.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down
2 changes: 1 addition & 1 deletion upnp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b4afc08

Please sign in to comment.