From 1f91252dad12c00ad00874425ff7093ac1d08109 Mon Sep 17 00:00:00 2001 From: Luke Gniwecki <38128190+lukegniwecki@users.noreply.github.com> Date: Wed, 4 Sep 2019 22:54:24 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b62bce..f396b7b 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ Requests used query the blockchain once the application is running in on Flask: - Mines a new block: http://127.0.0.1:5000/mine_block **Is Chain Valid**: -- Checks if Blockchain is valid i.e. if all previous hashes correspond across all blocks: http://127.0.0.1:5000/is_chain_valid +- Checks if Blockchain is valid i.e. if all previous hashes match with all blocks: http://127.0.0.1:5000/is_chain_valid