Skip to content

Commit

Permalink
docs: clarify return description for shouldCheckProof function
Browse files Browse the repository at this point in the history
  • Loading branch information
SamiAlHassan committed Nov 7, 2023
1 parent 05d52e7 commit 01d7058
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Tells if we need to check real proof or it is a test.

| Name | Type | Description |
| ---- | ---- | ------------------------------------------------------------ |
| [0] | bool | Returns true if this contract, or can be false if mock/test. |
| [0] | bool | Returns true if real proof checking is required, otherwise false if it is a mock/test environment. |

---

Expand Down

0 comments on commit 01d7058

Please sign in to comment.