Merge pull request #9624 from Roasbeef/0-19-branch

build: bump version to v0.19 rc1
This commit is contained in:
Olaoluwa Osuntokun 2025-03-24 19:24:26 -07:00 committed by GitHub
commit 0053fda6da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -44,14 +44,14 @@ const (
AppMajor uint = 0
// AppMinor defines the minor version of this binary.
AppMinor uint = 18
AppMinor uint = 19
// AppPatch defines the application patch for this binary.
AppPatch uint = 99
AppPatch uint = 00
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
AppPreRelease = "beta"
AppPreRelease = "beta.rc1"
)
func init() {

View File

@ -162,7 +162,7 @@ func (b *BlockbeatDispatcher) dispatchBlocks(
// new block arrives for subsystems.
clog.Debugf("%v", lnutils.NewSeparatorClosure())
clog.Infof("Received new block %v at height %d, "+
clog.Debugf("Received new block %v at height %d, "+
"notifying consumers...", blockEpoch.Hash,
blockEpoch.Height)
@ -179,7 +179,7 @@ func (b *BlockbeatDispatcher) dispatchBlocks(
b.log().Errorf("Notify block failed: %v", err)
}
b.log().Infof("Notified all consumers on new block "+
b.log().Debugf("Notified all consumers on new block "+
"in %v", time.Since(start))
// A query has been made to fetch the current height, we now