Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
62759241
Commit
62759241
authored
Jan 15, 2019
by
Benjamin Kampmann
Committed by
asynchronous rob
Jan 14, 2019
Browse files
Update log message for propsing blocks (#77)
in accordance with
https://github.com/paritytech/substrate/pull/1397
parent
1e803cd1
Pipeline
#28307
passed with stages
in 15 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
consensus/src/lib.rs
View file @
62759241
...
...
@@ -687,7 +687,7 @@ impl<C, TxApi> CreateProposal<C, TxApi> where
let
new_block
=
block_builder
.bake
()
?
;
info!
(
"Pr
oposing block [number:
{}
;
hash: {}; parent_hash: {}; extrinsics: [{}]]"
,
info!
(
"Pr
epared block for proposing at
{}
[
hash: {
:?
}; parent_hash: {}; extrinsics: [{}]]"
,
new_block
.header.number
,
Hash
::
from
(
new_block
.header
.hash
()),
new_block
.header.parent_hash
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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