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 (
44
44
AppMajor uint = 0
45
45
46
46
// AppMinor defines the minor version of this binary.
47
- AppMinor uint = 18
47
+ AppMinor uint = 19
48
48
49
49
// AppPatch defines the application patch for this binary.
50
- AppPatch uint = 99
50
+ AppPatch uint = 00
51
51
52
52
// AppPreRelease MUST only contain characters from semanticAlphabet per
53
53
// the semantic versioning spec.
54
- AppPreRelease = "beta"
54
+ AppPreRelease = "beta.rc1 "
55
55
)
56
56
57
57
func init () {
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ func (b *BlockbeatDispatcher) dispatchBlocks(
162
162
// new block arrives for subsystems.
163
163
clog .Debugf ("%v" , lnutils .NewSeparatorClosure ())
164
164
165
- clog .Infof ("Received new block %v at height %d, " +
165
+ clog .Debugf ("Received new block %v at height %d, " +
166
166
"notifying consumers..." , blockEpoch .Hash ,
167
167
blockEpoch .Height )
168
168
@@ -179,7 +179,7 @@ func (b *BlockbeatDispatcher) dispatchBlocks(
179
179
b .log ().Errorf ("Notify block failed: %v" , err )
180
180
}
181
181
182
- b .log ().Infof ("Notified all consumers on new block " +
182
+ b .log ().Debugf ("Notified all consumers on new block " +
183
183
"in %v" , time .Since (start ))
184
184
185
185
// A query has been made to fetch the current height, we now
You can’t perform that action at this time.
0 commit comments