Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ir: Clarify context of scope setup errors
These errors are user-facing. For example, when NNS contract is missing, from: ``` could not create RPC client: scope setup: InferHash: Unknown contract (-102) ``` to: ``` could not create RPC client: scope setup: resolve NNS contract address: Unknown contract (-102) ``` Other contracts' errors also made clearer. Refs #2650. Signed-off-by: Leonard Lyubich <[email protected]>
- Loading branch information