Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 6e0bc85

Browse files
authored
A few updates (#1355)
1 parent 3c937a2 commit 6e0bc85

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/en-us/advanced/oracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Oracle service currently supports two URL schemes, `https` and `neofs`. `https`
5656

5757
- **Fees**
5858

59-
Neo Oracle Service charges the user by the number of requests, 0.5 GAS for each. Besides, the user has to pay additional fees for the callback function. All the fees will be paid when the Request is created.
59+
Neo Oracle Service charges the user by the number of requests, 0.5 GAS by default for each. Besides, the user has to pay additional fees for the callback function. All the fees will be paid when the Request is created.
6060

6161
- **Rewards**
6262

docs/en-us/basic/concept/cryptography/hash_algorithm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Scenarios:
4646

4747
- db3、NEP6 wallet secret key storage, export & validation.
4848

49-
### Murmur3
49+
### Murmur32
5050

5151
Murmur is kind of non-cryptographic hash algorithm and suits for general hash indexing. It is proposed by Austin Appleby in 2008. Later several derived versions are released. Compared with other popular hash functions, Murmur's random distribution performance is better for keys with high regularity.
5252

docs/en-us/basic/concept/transaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ For better understanding, suppose there is a contract invocation chain: **[entry
170170

171171
And the Target contract invokes CheckWitness to verify the signature. The verification result varies when `scopes` is set to different value.
172172

173-
- `None` - The verification will not be passed no matter where the **Target** contract is.
173+
- `None` - The verification is not be passed no matter where the **Target** contract is.
174174
- `Global` - The verification is passed no matter where the **Target** contract is.
175175
- `CallByEntry` - The verification is passed only when the **Target** contract is **entry** or **Contract A**.
176176
- `CustomContracts` - The verification is passed only when the **Target** contract belongs to **CustomContracts**, a contract list you need to customize.

docs/zh-cn/advanced/oracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Neo Oracle Service采用的是请求/响应模式的处理机制,这是一种
5757

5858
- **收费模型**
5959

60-
用户在使用Neo Oracle Service时需按照Request请求次数进行付费,每个请求的收费单价是 0.5 GAS。同时用户还需要支付一笔费用作为回调函数的预付款。这些款项在构建Request就会被扣除。
60+
用户在使用Neo Oracle Service时需按照Request请求次数进行付费,每个请求的收费单价默认是 0.5 GAS。同时用户还需要支付一笔费用作为回调函数的预付款。这些款项在构建Request就会被扣除。
6161

6262
- **激励模型**
6363

docs/zh-cn/basic/concept/cryptography/hash_algorithm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Example:
4646

4747
- db3、NEP6钱包的密钥的存储、导出、验证
4848

49-
## Murmur3
49+
## Murmur32
5050

5151
Murmur是一种非加密型哈希函数,适用于一般的哈希检索操作。由Austin Appleby在2008年发明,并出现了多个变种,都已经发布到了公有领域。与其它流行的哈希函数相比,对于规律性较强的key,Murmur的随机分布特征表现更良好。
5252

0 commit comments

Comments
 (0)