Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Spoorthi <[email protected]>
  • Loading branch information
spoo-bar authored Apr 5, 2024
1 parent 864b1f3 commit cb1d8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/adr/ADR-012-cw-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is useful for contracts who use the features provided by x/callback anc x/c

## Context

With the introduction of x/callback and x/cwica modules, there are multiple mechanisms where the protocol executes a smart contract. When a user executes a contract and there is an error, the user receives the error and can act on it. However, when the protocol executes a contract and there is an error, the error could get lost in the node logs and there is no way for the contract or the developer to become aware of the error neing thrown at all.
With the introduction of x/callback and x/cwica modules, there are multiple mechanisms where the protocol executes a smart contract. When a user executes a contract and there is an error, the user receives the error and can act on it. However, when the protocol executes a contract and there is an error, the error could get lost in the node logs and there is no way for the contract or the developer to become aware of the error being thrown at all.

### x/callback

Expand Down Expand Up @@ -165,4 +165,4 @@ Future iterations of the module could include the following:

1. [RFC: x/cwerrors module](https://github.com/orgs/archway-network/discussions/35)
2. [AIP: x/cwerrors module](https://github.com/archway-network/archway/issues/544)
3. [SPEC: x/cwerrors module](../../x/cwerrors/spec/README.md)
3. [SPEC: x/cwerrors module](../../x/cwerrors/spec/README.md)

0 comments on commit cb1d8a9

Please sign in to comment.