Skip to content

Commit

Permalink
Update jsonrpsee reference (paritytech#467)
Browse files Browse the repository at this point in the history
* update Millau state_root

* update jsonrpsee reference
  • Loading branch information
svyatonik authored and bkchr committed Apr 10, 2024
1 parent b99fa90 commit 51f39c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/bin/rialto/runtime/src/millau.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub fn initial_header() -> Header {
Header {
parent_hash: Default::default(),
number: Default::default(),
state_root: hex!("234a17bbd3fbaff8f0a799a6c8f0bdba1979e242fb2ed66d15945acb84947cbd").into(),
state_root: hex!("dc7567715330c666eca349a4612e82ec3b3c4f306ef941dce192a37fb3131cfa").into(),
extrinsics_root: hex!("03170a2e7597b7b7e3d84c05391d139a62b157e78786d8c082f29dcf4c111314").into(),
digest: Default::default(),
}
Expand Down

0 comments on commit 51f39c4

Please sign in to comment.