ethereum_book
ethereum_book copied to clipboard
在英文书 Mastering Ethereum 里,是使用 Data structures 而不是 Blockchain
在英文书 Mastering Ethereum 里,是使用 Data structures 而不是 Blockchain Data structures Ethereum's state is stored locally on each node as a database (usually Google's LevelDB), which contains the transactions and system state in a serialized hashed data structure called a Merkle Patricia Tree.
請問一下,為什麼不能接受大家將錯誤內容改正 ? 其原因是什麼 ? Thanks