Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukegniwecki authored Sep 4, 2019
1 parent 5df7ba5 commit 1f91252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1f91252

Please sign in to comment.