This repository was archived by the owner on Nov 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Neo Oracle Service adopts the request-response processing mechanism, which is an
34
34
35
35
** Process**
36
36
37
- 1 . The user writes the smart constract to call the ` Request ` method of the Oracle contract.
37
+ 1 . The user writes the smart contract to call the ` Request ` method of the Oracle contract.
38
38
39
39
Each successfully created Request is put in the Request cache list with an unique RequestId.
40
40
@@ -66,7 +66,7 @@ Oracle service currently supports two URL schemes, `https` and `neofs`. `https`
66
66
67
67
## Example
68
68
69
- Here is an demo about using the Oracle service:
69
+ Here is a demo about using the Oracle service:
70
70
71
71
``` c#
72
72
using Neo .SmartContract ;
@@ -239,4 +239,4 @@ The Code field defines the status Code for Oracle responses, including the follo
239
239
| ` 0x18 ` | ` Forbidden ` | no permission to query the data source | ` byte ` |
240
240
| ` 0x1a ` | ` ResponseTooLarge ` | result size is out of limit | ` byte ` |
241
241
| ` 0x1c ` | ` InsufficientFunds ` | the fee is insufficient | ` byte ` |
242
- | ` 0xff ` | ` Error ` | error orrcurs in the execution | ` byte ` |
242
+ | ` 0xff ` | ` Error ` | error occurs in the execution | ` byte ` |
You can’t perform that action at this time.
0 commit comments