mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-11 22:24:14 +02:00
discovery: rename service.go to gossiper.go
This commit is contained in:
@@ -36,7 +36,7 @@ type syncRequest struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// feeUpdateRequest is a request that is sent to the server when a caller
|
// 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
|
// messages will be crafted to be sent out during the next broadcast epoch and
|
||||||
// the fee updates committed to the lower layer.
|
// the fee updates committed to the lower layer.
|
||||||
type feeUpdateRequest struct {
|
type feeUpdateRequest struct {
|
Reference in New Issue
Block a user