From e0c0499abc4ca38a49f1281a036e4709c0510f65 Mon Sep 17 00:00:00 2001 From: jason <94618524+mellowcroc@users.noreply.github.com> Date: Wed, 25 Sep 2024 06:55:23 -0500 Subject: [PATCH] bootloader: minor fix --- src/cairo/bootloader.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo/bootloader.md b/src/cairo/bootloader.md index 298dc66..90ca88e 100644 --- a/src/cairo/bootloader.md +++ b/src/cairo/bootloader.md @@ -50,7 +50,7 @@ This is a "simple" use of the bootloader and we can use this functionality using #### What builtins does the bootloader use? - output - - [num of tasks, [task 1 program instructions hash, task 1 outputs], ..., [task n program instructions hash, task n outputs]] + - used to write the number of tasks and sequentially write the output related to each task - pedersen - used to hash the task program bytecode - range checks