Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
57570403
Unverified
Commit
57570403
authored
Sep 05, 2021
by
emostov
Browse files
Improve version mismatch log
parent
3e7b8330
Pipeline
#155616
failed with stages
in 8 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
utils/staking-miner/src/main.rs
View file @
57570403
...
...
@@ -499,7 +499,8 @@ pub(crate) async fn check_versions<T: frame_system::Config + EPM::Config>(
if
linked_version
!=
on_chain_version
{
log
::
error!
(
target
:
LOG_TARGET
,
"VERSION MISMATCH: any transaction will fail with bad-proof"
"VERSION MISMATCH: any transaction will fail with bad-proof. (linked_version = {}, on_chain_version = {})."
,
linked_version
,
on_chain_version
);
Err
(
Error
::
VersionMismatch
)
}
else
{
...
...
Denis_P
🏑
@TriplEight
mentioned in commit
55f13e5c
·
Sep 06, 2021
mentioned in commit
55f13e5c
mentioned in commit 55f13e5c3de4b72c0e2f1adec48c394180fb8ef3
Toggle commit list
Denis_P
🏑
@TriplEight
mentioned in commit
a20a35b6
·
Sep 09, 2021
mentioned in commit
a20a35b6
mentioned in commit a20a35b62a16e861da05b95b76bde5f29a9ac70d
Toggle commit list
Write
Preview
Supports
Markdown
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