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 f109a69 commit 2ec9374Copy full SHA for 2ec9374
basics/processing-instructions/poseidon/programs/processing-instructions/src/lib.rs
@@ -13,7 +13,7 @@ pub mod processing_instructions_program {
13
// With Anchor, you can just put instruction data in the function signature!
14
15
msg!("Welcome to the arena, {}!");
16
- if height > 5 {
+ if height > 8 {
17
msg!("You can jump from this height length");
18
} else {
19
msg!("you can not jump because you are too short to handle height");
0 commit comments