Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rise1507 committed Jul 21, 2024
1 parent 4fab977 commit 88557eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/wallet_v5.fc
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ cell verify_c5_actions(cell c5, int is_external) inline {
return (); ;; just receive Toncoins
}

;; bounced messages has 0xffffff prefix and skipped by op check
;; bounced messages has 0xffffffff prefix and skipped by op check

if (op == prefix::extension_action) {
in_msg_body~skip_bits(size::message_operation_prefix);
Expand Down

1 comment on commit 88557eb

@Elikamart
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

Please sign in to comment.