Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.
Closed
Prev Previous commit
Next Next commit
Corrected the block hash to fix a test fail
  • Loading branch information
roy-powerfinance committed Feb 27, 2020
commit 79c767bc393db95d6f4122532bbce8712b91e61b
2 changes: 1 addition & 1 deletion frame/executive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ mod tests {
header: Header {
parent_hash: [69u8; 32].into(),
number: 1,
state_root: hex!("96797237079b6d6ffab7a47f90ee257a439a0e8268bdab3fe2f1e52572b101de").into(),
state_root: hex!("17caebd966d10cc6dc9659edf7fa3196511593f6c39f80f9b97cdbc3b0855cf3").into(),
extrinsics_root: hex!("03170a2e7597b7b7e3d84c05391d139a62b157e78786d8c082f29dcf4c111314").into(),
digest: Digest { logs: vec![], },
},
Expand Down