mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-18 13:07:58 +02:00
Merge pull request #9840 from Roasbeef/0-19-final
build: bump version to 0.19
This commit is contained in:
commit
c52a6ddeb8
2 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ const (
|
|||
|
||||
// AppPreRelease MUST only contain characters from semanticAlphabet per
|
||||
// the semantic versioning spec.
|
||||
AppPreRelease = "beta.rc5"
|
||||
AppPreRelease = "beta"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
|
|||
|
|
@ -582,7 +582,7 @@ func (m *SyncManager) waitMsgDelay(ctx context.Context, peerPub [33]byte,
|
|||
// to be sent.
|
||||
delay := limitReservation.Delay()
|
||||
if delay > 0 {
|
||||
log.Infof("GossipSyncer(%x): rate limiting gossip replies, "+
|
||||
log.Debugf("GossipSyncer(%x): rate limiting gossip replies, "+
|
||||
"responding in %s", peerPub, delay)
|
||||
|
||||
select {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue