Skip to content

Commit

Permalink
refactor(map.ts): format warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
ymekuria committed Jul 9, 2024
1 parent 4077d3a commit bc50f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/zkapps/reducer/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this example, the keys are public keys, and the values are arbitrary field el
This utilizes the `Reducer` as an append online list of actions, which are then looked at to find the value corresponding to a specific key.
Warning: The reducer API in o1js is currently not safe to use in production applications. The reduce()
Warning: The reducer API in o1js is currently not safe to use in production applications. The `reduce()`
method breaks if more than the hard-coded number (default: 32) of actions are pending. Work is actively
in progress to mitigate this limitation.
Expand Down

0 comments on commit bc50f5f

Please sign in to comment.