mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
grandpa: fix until imported logging arg order (#3818)
This commit is contained in:
committed by
Demi Obenour
parent
e3ae647c42
commit
ed449bf415
@@ -175,9 +175,9 @@ impl<Block: BlockT, Status, I, M> Stream for UntilImported<Block, Status, I, M>
|
||||
target: "afg",
|
||||
"Waiting to import block {} before {} {} messages can be imported. \
|
||||
Possible fork?",
|
||||
self.identifier,
|
||||
block_hash,
|
||||
v.len(),
|
||||
self.identifier,
|
||||
);
|
||||
|
||||
*last_log = next_log;
|
||||
|
||||
Reference in New Issue
Block a user