We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9da9eb commit 424cf8dCopy full SHA for 424cf8d
crates/programs/world/src/lib.rs
@@ -285,7 +285,7 @@ pub mod world {
285
AccountMeta::new_readonly(ctx.accounts.system_program.key(), false),
286
];
287
288
- let data = discriminator.to_vec();
+ let data = discriminator;
289
290
let ix = Instruction {
291
program_id: ctx.accounts.component_program.key(),
@@ -324,7 +324,7 @@ pub mod world {
324
325
326
327
328
329
330
0 commit comments