From 2b51dc189edc6aab81fddb6501610d6215c71e68 Mon Sep 17 00:00:00 2001 From: Ivan Voras Date: Mon, 11 Feb 2019 09:16:20 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e06c92e..254811b 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ Talks / presentations I gave about Daisy: ## ToDo -* Add a `daisy pull` command similar to "docker pull" which would replicate a blockchain from an existing node -* ✔ Add a [DHT](https://github.com/nictuku/dht) implementation for node discovery, possibly with some help from IPFS to store bootstrap nodes +* ✔ Add a `daisy pull` command similar to "docker pull" which would replicate a blockchain from an existing node +* Add a [DHT](https://github.com/nictuku/dht) implementation for node discovery, possibly with some help from IPFS to store bootstrap nodes * ✔ Make creating new blockchains from scratch possible without changing the code * Implement nicer error handling when replying to messages * Refactor db..., action... and blockchain... funcs into struct methods