Skip to content

Update 术语.asciidoc 天然气 -》燃气 #22

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

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 术语.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Ganache::
私有以太坊区块链,你可以在上面进行测试,执行命令,在控制区块链如何运作时检查状态。

燃气 Gas::
以太坊用于执行智能合约的虚拟燃料。以太坊虚拟机使用会计机制来衡量天然气的消耗量并限制计算资源的消耗。参见“图灵完备”。
以太坊用于执行智能合约的虚拟燃料。以太坊虚拟机使用会计机制来衡量燃气的消耗量并限制计算资源的消耗。参见“图灵完备”。
燃气是执行智能合约的每条指令产生的计算单位。燃气与以太加密货币挂钩。燃气类似于蜂窝网络上的通话时间。因此,以法定货币进行交易的价格是 gas *(ETH /gas)*(法定货币/ETH)。

燃气限制 Gas limit::
Expand Down