From 75b8c2c4e3432e12dfe57b637c6d679383afb437 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Wed, 10 Jun 2020 18:45:17 +0900 Subject: [PATCH] Fix broken image link (#10496) automerge --- 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.