discovery: rename service.go to gossiper.go

This commit is contained in:
Olaoluwa Osuntokun 2017-09-03 16:20:54 -07:00
parent f1501ebc95
commit 1e513875e5
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
2 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ type syncRequest struct {
}
// feeUpdateRequest is a request that is sent to the server when a caller
// wishes to update the fees for a particular set of tchannels. New UpdateFee
// wishes to update the fees for a particular set of channels. New UpdateFee
// messages will be crafted to be sent out during the next broadcast epoch and
// the fee updates committed to the lower layer.
type feeUpdateRequest struct {