Skip to content

Commit 47d6ee0

Browse files
kkastvmarkushin
authored andcommitted
subxt update (#462)
(cherry picked from commit 687ff2f)
1 parent 1c4a6bb commit 47d6ee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/subxt/generated/src/composable/parachain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31585,7 +31585,7 @@ pub mod api {
3158531585
module_id: ::std::vec::Vec<::core::primitive::u8>,
3158631586
},
3158731587
#[codec(index = 24)]
31588-
PushWasmCode { wasm_checksum: ::std::vec::Vec<::core::primitive::u8> },
31588+
PushWasmCode { wasm_code_id: ::std::vec::Vec<::core::primitive::u8> },
3158931589
}
3159031590
}
3159131591
pub mod ics20_fee {

utils/subxt/generated/src/picasso_kusama/parachain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35933,7 +35933,7 @@ pub mod api {
3593335933
module_id: ::std::vec::Vec<::core::primitive::u8>,
3593435934
},
3593535935
#[codec(index = 24)]
35936-
PushWasmCode { wasm_checksum: ::std::vec::Vec<::core::primitive::u8> },
35936+
PushWasmCode { wasm_code_id: ::std::vec::Vec<::core::primitive::u8> },
3593735937
}
3593835938
}
3593935939
pub mod ics20_fee {

0 commit comments

Comments
 (0)