Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

Commit 79c767b

Browse files
Corrected the block hash to fix a test fail
1 parent ec4b38d commit 79c767b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frame/executive/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ mod tests {
605605
header: Header {
606606
parent_hash: [69u8; 32].into(),
607607
number: 1,
608-
state_root: hex!("96797237079b6d6ffab7a47f90ee257a439a0e8268bdab3fe2f1e52572b101de").into(),
608+
state_root: hex!("17caebd966d10cc6dc9659edf7fa3196511593f6c39f80f9b97cdbc3b0855cf3").into(),
609609
extrinsics_root: hex!("03170a2e7597b7b7e3d84c05391d139a62b157e78786d8c082f29dcf4c111314").into(),
610610
digest: Digest { logs: vec![], },
611611
},

0 commit comments

Comments
 (0)