mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 05:31:09 +00:00
Update parity-scale-codec to 2.0 (#7994)
* update cargo.toml * use 2.0 in mmmr
This commit is contained in:
committed by
GitHub
parent
bea4a6524d
commit
f48296e9ad
@@ -478,9 +478,9 @@ mod tests {
|
||||
);
|
||||
|
||||
impl_outer_origin!(
|
||||
pub enum OriginIndices for TestRuntime where system = frame_system, system_index = "11" {
|
||||
pub enum OriginIndices for TestRuntime where system = frame_system, system_index = 11 {
|
||||
origin_with_generic<T>,
|
||||
#[codec(index = "10")] origin_without_generic,
|
||||
#[codec(index = 10)] origin_without_generic,
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user