Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-p committed Oct 23, 2024
1 parent 8e2db8d commit 9a3f705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARCs/arc-0056.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ const pc = Number(algodError.match(/pc=(\d+)/)![1]);

// Parse the ARC56 JSON to determine if the PC values are offset by the constant blocks
if (arc56Json.sourceInfo.approval.pcOffsetMethod === "cblocks") {
/** The program can either be cached locally OR retried via the algod API */
/** The program can either be cached locally OR retrieved via the algod API */
const program = new Uint8Array([
10, 32, 3, 0, 1, 6, 38, 3, 64, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48,
Expand Down

0 comments on commit 9a3f705

Please sign in to comment.