From 57d1f950e56975b205db4a6ad4a4e395b21c605f Mon Sep 17 00:00:00 2001 From: Jakob Kristensen Date: Wed, 29 Jul 2020 18:04:12 +0200 Subject: [PATCH] Update blockchain.md --- blockchain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockchain.md b/blockchain.md index 8b0a364..1a31803 100644 --- a/blockchain.md +++ b/blockchain.md @@ -77,7 +77,7 @@ This is the same issue as exists on other blockchains when the owner looses thei # Learnings of trust and blockchain -If you have read [the part about trust](trust.md), you will notice we highlight that the ledger itself does not solve the issue on how to trust data from the physical world and move it to the digital world, thus a trust framework is needed for this. In other words, we have to create trust to the meters and other writers to the ledger, so we know what they are writing is indeed trustworthy. +If you have read [the part about trust](trust.md), you will notice we highlight that the blockchain itself does not solve the issue on how to trust data from the physical world and move it to the digital world, thus a trust framework is still needed for this. In other words, we have to create trust to the meters and other writers to the ledger, so we know what they are writing is indeed trustworthy. When we then revisit the flowchart (above) and go through it again with these learnings, we come to a new result.