This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
remove println
pull/8094/head
William Banfield
3 years ago
parent
2b7eb993a0
commit
5ef0536f2f
No known key found for this signature in database
GPG Key ID:
EFAD3442BF29E3AC
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
internal/state/store.go
+ 0
- 1
internal/state/store.go
View File
@ -159,7 +159,6 @@ func (store dbStore) save(state State, key []byte) error {
}
}
}
}
// Save next validators.
// Save next validators.
fmt
.
Println
(
"saving validators for height "
,
nextHeight
+
1
)
err
:=
store
.
saveValidatorsInfo
(
nextHeight
+
1
,
state
.
LastHeightValidatorsChanged
,
state
.
NextValidators
,
batch
)
err
:=
store
.
saveValidatorsInfo
(
nextHeight
+
1
,
state
.
LastHeightValidatorsChanged
,
state
.
NextValidators
,
batch
)
if
err
!=
nil
{
if
err
!=
nil
{
return
err
return
err
Write
Preview
Loading…
Cancel
Save