File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ const (
4444 AppMajor uint = 0
4545
4646 // AppMinor defines the minor version of this binary.
47- AppMinor uint = 18
47+ AppMinor uint = 19
4848
4949 // AppPatch defines the application patch for this binary.
50- AppPatch uint = 99
50+ AppPatch uint = 00
5151
5252 // AppPreRelease MUST only contain characters from semanticAlphabet per
5353 // the semantic versioning spec.
54- AppPreRelease = "beta"
54+ AppPreRelease = "beta.rc1 "
5555)
5656
5757func init () {
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ func (b *BlockbeatDispatcher) dispatchBlocks(
162162 // new block arrives for subsystems.
163163 clog .Debugf ("%v" , lnutils .NewSeparatorClosure ())
164164
165- clog .Infof ("Received new block %v at height %d, " +
165+ clog .Debugf ("Received new block %v at height %d, " +
166166 "notifying consumers..." , blockEpoch .Hash ,
167167 blockEpoch .Height )
168168
@@ -179,7 +179,7 @@ func (b *BlockbeatDispatcher) dispatchBlocks(
179179 b .log ().Errorf ("Notify block failed: %v" , err )
180180 }
181181
182- b .log ().Infof ("Notified all consumers on new block " +
182+ b .log ().Debugf ("Notified all consumers on new block " +
183183 "in %v" , time .Since (start ))
184184
185185 // A query has been made to fetch the current height, we now
You can’t perform that action at this time.
0 commit comments