mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 21:01:03 +00:00
return proof size on manually created blocks (for tests only) (#14650)
* return proof size on manually created blocks (for tests only) * Fix the build error in the test --------- Co-authored-by: librelois <c@elo.tf>
This commit is contained in:
@@ -97,6 +97,8 @@ pub struct CreatedBlock<Hash> {
|
||||
pub hash: Hash,
|
||||
/// some extra details about the import operation
|
||||
pub aux: ImportedAux,
|
||||
/// uncompacted storage proof size (zero mean that there is no proof)
|
||||
pub proof_size: usize,
|
||||
}
|
||||
|
||||
impl<Hash> ManualSeal<Hash> {
|
||||
|
||||
Reference in New Issue
Block a user