diff --git a/sentinel.md b/sentinel.md index 4a035dab..d43f7d9c 100644 --- a/sentinel.md +++ b/sentinel.md @@ -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,