From 8653c86284f49b6fb37c3a68f7e6caff223a2a8e Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 01:41:35 +0000 Subject: [PATCH] Fix broken image link (#10496) (#10794) automerge (cherry picked from commit 75b8c2c4e3432e12dfe57b637c6d679383afb437) Co-authored-by: Ryo Onodera --- docs/src/proposals/simple-payment-and-state-verification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/proposals/simple-payment-and-state-verification.md b/docs/src/proposals/simple-payment-and-state-verification.md index d09f7379e8..330b95df32 100644 --- a/docs/src/proposals/simple-payment-and-state-verification.md +++ b/docs/src/proposals/simple-payment-and-state-verification.md @@ -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 -Bank Hash Diagram +![Bank Hash Diagram](../.gitbook/assets/spv-bank-hash.svg) An Accounts-Hash is the hash of the concatentation of the state hashes of each account modified during the current slot.