Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
26b186f3
Commit
26b186f3
authored
Apr 03, 2019
by
liuyuhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add storedb version
parent
f7785d1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
restore.go
vendor/github.com/33cn/chain33/blockchain/restore.go
+1
-1
chain33.go
vendor/github.com/33cn/chain33/util/cli/chain33.go
+1
-1
No files found.
vendor/github.com/33cn/chain33/blockchain/restore.go
View file @
26b186f3
...
...
@@ -73,7 +73,7 @@ func (chain *BlockChain) ReExecBlock(startHeight, curHeight int64) {
}
prevStateHash
=
block
.
StateHash
//更新高度
err
=
chain
.
upgradeMeta
(
startHeight
)
err
=
chain
.
upgradeMeta
(
i
)
if
err
!=
nil
{
panic
(
err
)
}
...
...
vendor/github.com/33cn/chain33/util/cli/chain33.go
View file @
26b186f3
...
...
@@ -136,7 +136,7 @@ func RunChain33(name string) {
version
.
SetLocalDBVersion
(
cfg
.
Store
.
LocalDBVersion
)
version
.
SetStoreDBVersion
(
cfg
.
Store
.
StoreDBVersion
)
version
.
SetAppVersion
(
cfg
.
Version
)
log
.
Info
(
cfg
.
Title
+
"-app:"
+
version
.
GetAppVersion
()
+
" chain33:"
+
version
.
GetVersion
()
+
" localdb:"
+
version
.
GetLocalDBVersion
())
log
.
Info
(
cfg
.
Title
+
"-app:"
+
version
.
GetAppVersion
()
+
" chain33:"
+
version
.
GetVersion
()
+
" localdb:"
+
version
.
GetLocalDBVersion
()
+
" storedb:"
+
version
.
GetStoreDBVersion
()
)
log
.
Info
(
"loading queue"
)
q
:=
queue
.
New
(
"channel"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment