Skip to content

Commit

Permalink
docs: fix typo. (#2816)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Tang <[email protected]>
  • Loading branch information
miketang84 authored and ignopeverell committed May 13, 2019
1 parent 9ac4143 commit 15b56a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/intro_ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ MimbleWimble区块格式通过引入一个附加概念来构建:核销(_cut-

回顾一下一笔交易的组成:
* 一系列交易输入,用来引用并花掉一系列以前的交易输出
* 一些列新的交易输出(Pedersen commitments)
* 一系列新的交易输出(Pedersen commitments)
* 一个交易核,包含:
* kernel excess,用来确保等式平衡
* 交易签名(采用kernel excess作为签名公钥)
Expand Down Expand Up @@ -305,4 +305,4 @@ MimbleWimble区块格式通过引入一个附加概念来构建:核销(_cut-
## 结论

在本文中,我们介绍了基于MimbleWimble区块链的基本原则。 通过使用椭圆曲线密码的附加属性,我们能够构建完全不透明但仍可以正确验证的交易。
通过将这些属性,我们可以消除大量区块链数据,从而实现新对等点的大规模部署和快速同步。
通过应用这些属性,我们可以消除大量区块链数据,从而实现新对等点的大规模部署和快速同步。

0 comments on commit 15b56a9

Please sign in to comment.