Skip to content

Commit

Permalink
State the reason for two sentinel interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Oct 18, 2018
1 parent b852740 commit 78e9813
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sentinel.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ The Sentinel contract has two interfaces:
- raw interface
- ABI encoded interface

The raw interface is used by the node for contract validation during deployment, while the ABI encoded interface is a more
friendly way to interact with the contract otherwise.

## Error handling

In both modes, the contract will use an invalid instruction (e.g. regular failure) when an unexpected issue occurs,
Expand Down

0 comments on commit 78e9813

Please sign in to comment.