Skip to content

Commit

Permalink
subxt update (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkast authored Dec 19, 2023
1 parent 5fd0719 commit 687ff2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/subxt/generated/src/composable/parachain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31585,7 +31585,7 @@ pub mod api {
module_id: ::std::vec::Vec<::core::primitive::u8>,
},
#[codec(index = 24)]
PushWasmCode { wasm_checksum: ::std::vec::Vec<::core::primitive::u8> },
PushWasmCode { wasm_code_id: ::std::vec::Vec<::core::primitive::u8> },
}
}
pub mod ics20_fee {
Expand Down
2 changes: 1 addition & 1 deletion utils/subxt/generated/src/picasso_kusama/parachain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35933,7 +35933,7 @@ pub mod api {
module_id: ::std::vec::Vec<::core::primitive::u8>,
},
#[codec(index = 24)]
PushWasmCode { wasm_checksum: ::std::vec::Vec<::core::primitive::u8> },
PushWasmCode { wasm_code_id: ::std::vec::Vec<::core::primitive::u8> },
}
}
pub mod ics20_fee {
Expand Down

0 comments on commit 687ff2f

Please sign in to comment.