Skip to content

Commit 88557eb

Browse files
committed
fix comment
1 parent 4fab977 commit 88557eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/wallet_v5.fc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ cell verify_c5_actions(cell c5, int is_external) inline {
225225
return (); ;; just receive Toncoins
226226
}
227227

228-
;; bounced messages has 0xffffff prefix and skipped by op check
228+
;; bounced messages has 0xffffffff prefix and skipped by op check
229229

230230
if (op == prefix::extension_action) {
231231
in_msg_body~skip_bits(size::message_operation_prefix);

0 commit comments

Comments
 (0)