Fix broken image link (#10496)

automerge
This commit is contained in:
Ryo Onodera
2020-06-10 18:45:17 +09:00
committed by GitHub
parent f19faa2e13
commit 75b8c2c4e3

View File

@ -71,7 +71,7 @@ A Block-Merkle is the Merkle Root of all the Entry-Merkles sequenced in the bloc
A Bank-Hash is the hash of the concatenation of the Block-Merkle and Accounts-Hash A Bank-Hash is the hash of the concatenation of the Block-Merkle and Accounts-Hash
<img alt="Bank Hash Diagram" src="img/spv-bank-hash.svg" class="center"/> ![Bank Hash Diagram](../.gitbook/assets/spv-bank-hash.svg)
An Accounts-Hash is the hash of the concatentation of the state hashes of each An Accounts-Hash is the hash of the concatentation of the state hashes of each
account modified during the current slot. account modified during the current slot.