From 012cc9cedc77dfa8aa4ce39d96e1728a5e21b010 Mon Sep 17 00:00:00 2001 From: /alex/ Date: Fri, 4 Oct 2019 00:17:13 +0200 Subject: [PATCH] Added link to preview repo --- text/0000-bee-pow/0000-bee-pow.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/text/0000-bee-pow/0000-bee-pow.md b/text/0000-bee-pow/0000-bee-pow.md index 7feff331..2d49aa86 100644 --- a/text/0000-bee-pow/0000-bee-pow.md +++ b/text/0000-bee-pow/0000-bee-pow.md @@ -41,10 +41,12 @@ It is important that this crate is independent from the particular hashfunction. # Detailed design -This is the bulk of the RFC. Explain the design in enough detail for somebody +`This is the bulk of the RFC. Explain the design in enough detail for somebody familiar with the IOTA and to understand, and for somebody familiar with Rust to implement. This should get into specifics and corner-cases, and include -examples of how the feature is used. +examples of how the feature is used.` + +For a prototype implementation please checkout [bee-pow-preview](https://github.com/Alex6323/bee-pow-preview). # Drawbacks