Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

描述修改 #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ch2/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

世界状态是一份不断变化的数据。
它在每个以太坊节点中都有一份一模一样的拷贝。
该状态记录了所有世界上以太坊账户的信息
该状态记录了世界上所有以太坊账户的信息

如下图所示,读者既可以将其理解为由 “地址+地址对应的账户的状态”所组成的无序大集合,
也可以理解为一种地址与地址对应账户的状态的映射的集合。
Expand Down