Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixes.
  • Loading branch information
gavofyork committed Aug 16, 2018
commit bd579f1bf0cc3e055d02b033d84023cefd29da67
6 changes: 3 additions & 3 deletions demo/executor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ mod tests {
// Blake
// hex!("3437bf4b182ab17bb322af5c67e55f6be487a77084ad2b4e27ddac7242e4ad21").into(),
// Keccak
hex!("42b56bd84bbaf239903480e071a8e7733e6b25c120d7f28bb5ec6a9ce96d565a").into(),
hex!("6be281d6389f65b144f08acac551207f21bfbc136077b3d385b21fac31cb8818").into(),
vec![BareExtrinsic {
signed: alice(),
index: 0,
Expand All @@ -267,7 +267,7 @@ mod tests {
// Blake
// hex!("741fcb660e6fa9f625fbcd993b49f6c1cc4040f5e0cc8727afdedf11fd3c464b").into(),
// Keccak
hex!("5b282cd7bbbac9acc2393d9618b87b70b875ea5ffdd5f6d60fe5c68fc435775f").into(),
hex!("0e39bc5df47bf469d563b1da5d8cd492e7a79c4615229e8b62da1829e92abd5f").into(),
vec![
BareExtrinsic {
signed: bob(),
Expand All @@ -290,7 +290,7 @@ mod tests {
// Blake
// hex!("2c7231a9c210a7aa4bea169d944bc4aaacd517862b244b8021236ffa7f697991").into(),
// Keccak
hex!("a3d8f40101bd901c69367b46d6b1d682ad306f506242ed96b33850a7d1c5695a").into(),
hex!("7b6e9f810656d5d34d0034918e029ca370a189d7d69a16215875e82906440b96").into(),
vec![BareExtrinsic {
signed: alice(),
index: 0,
Expand Down
264 changes: 0 additions & 264 deletions polkadot/api/src/full.rs

This file was deleted.

Loading