Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/curve_contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Below is a function by function breakdown of the `view` (non state changing) cur

#### `collateralToken`

**Purpose:** Allows a user to check the address off the collateral token (DAI).
**Purpose:** Allows a user to check the address of the collateral token (DAI).

**Parameters:**
- N/A
Expand Down Expand Up @@ -226,4 +226,4 @@ This function will initialise the curve so that it can start functioning as the
```

**Possible Exceptions:**
- Should the curve already be removed as a `minterRole` from the token the revert message will be `"Roles: account does not have role"`. **Note** that should this revert message be received there is a fatal flaw. This message should not be received.
- Should the curve already be removed as a `minterRole` from the token the revert message will be `"Roles: account does not have role"`. **Note** that should this revert message be received there is a fatal flaw. This message should not be received.