mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
define Id type in polkadot-parachain and depend on that in primitives. (#144)
* define Id type in polkadot-parachain and depend on that in primitives. * fix tests
This commit is contained in:
committed by
Gav Wood
parent
84d8629de6
commit
4ef53912e6
@@ -185,9 +185,9 @@ fn processes_messages() {
|
||||
parent_head: parent_head.encode(),
|
||||
block_data: block_data.encode(),
|
||||
ingress: vec![
|
||||
IncomingMessage { source: 1, data: (AddMessage { amount: 256 }).encode() },
|
||||
IncomingMessage { source: 2, data: bad_message_data },
|
||||
IncomingMessage { source: 3, data: (AddMessage { amount: 256 }).encode() },
|
||||
IncomingMessage { source: 1.into(), data: (AddMessage { amount: 256 }).encode() },
|
||||
IncomingMessage { source: 2.into(), data: bad_message_data },
|
||||
IncomingMessage { source: 3.into(), data: (AddMessage { amount: 256 }).encode() },
|
||||
],
|
||||
},
|
||||
&mut DummyExt,
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user