mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Update to latest substrate master (#853)
* try to update * latest updates * final fixes * Fix claim w/ vesting logic * Make claim tests a bit better Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
@@ -647,7 +647,7 @@ impl<I, P> BlockImport<Block> for AvailabilityBlockImport<I, P> where
|
||||
target: LOG_TARGET,
|
||||
"Importing block #{}, ({})",
|
||||
block.header.number(),
|
||||
block.post_header().hash()
|
||||
block.post_hash(),
|
||||
);
|
||||
|
||||
if let Some(ref extrinsics) = block.body {
|
||||
|
||||
Reference in New Issue
Block a user