Skip to content

Commit 2ec9374

Browse files
committed
update height
1 parent f109a69 commit 2ec9374

File tree

1 file changed

+1
-1
lines changed
  • basics/processing-instructions/poseidon/programs/processing-instructions/src

1 file changed

+1
-1
lines changed

basics/processing-instructions/poseidon/programs/processing-instructions/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub mod processing_instructions_program {
1313
// With Anchor, you can just put instruction data in the function signature!
1414

1515
msg!("Welcome to the arena, {}!");
16-
if height > 5 {
16+
if height > 8 {
1717
msg!("You can jump from this height length");
1818
} else {
1919
msg!("you can not jump because you are too short to handle height");

0 commit comments

Comments
 (0)