Skip to content

Commit

Permalink
fix kitchensink_runtime wasm file name
Browse files Browse the repository at this point in the history
  • Loading branch information
haerdib committed Sep 11, 2024
1 parent f5f8788 commit 744904a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sync/examples/runtime_update_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fn main() {
pub fn send_code_update_extrinsic(
api: &substrate_api_client::Api<WestendRuntimeConfig, TungsteniteRpcClient>,
) {
let new_wasm: &[u8] = include_bytes!("westend_runtime.compact.compressed.wasm");
let new_wasm: &[u8] = include_bytes!("kitchensink_runtime.compact.compressed.wasm");

// Create a sudo `set_code` call.
let call = compose_call!(api.metadata(), "System", "set_code", new_wasm.to_vec()).unwrap();
Expand Down

0 comments on commit 744904a

Please sign in to comment.