diff --git a/discovery/service.go b/discovery/gossiper.go similarity index 99% rename from discovery/service.go rename to discovery/gossiper.go index 9ae6d3a30..a81afb020 100644 --- a/discovery/service.go +++ b/discovery/gossiper.go @@ -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 { diff --git a/discovery/service_test.go b/discovery/gossiper_test.go similarity index 100% rename from discovery/service_test.go rename to discovery/gossiper_test.go