From 1fc089cca2406dff4b9fa377f7e30b503a53262d Mon Sep 17 00:00:00 2001 From: Fernando Otero Date: Thu, 2 Jan 2025 22:45:04 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0304da6..f11fe40 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,8 @@ The `InstructionContext` provides on-demand access to the information of the inp * `available()`: number of available accounts * `next_account()`: parsers the next available account (can be used as many times as accounts available) -* `instruction_data()`: parsers the intruction data and program id +* `instruction_data()`: parsers the intruction data +* `program_id()`: parsers the program id > ⚠️ **Note:** > The `lazy_program_entrypoint!` does not set up a global allocator nor a panic handler. A program should explicitly use one of the provided macros to set them up or include its own implementation.