From a2de0118686631b5dfc6a6fb578b3ccf01dfa24c Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Tue, 7 May 2019 07:30:14 -0700 Subject: [PATCH] Fixing typo and omission found by translator Signed-off-by: Mary Anthony --- _data/theFAQs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/theFAQs.json b/_data/theFAQs.json index 5c4ce6b5..1579488a 100644 --- a/_data/theFAQs.json +++ b/_data/theFAQs.json @@ -358,7 +358,7 @@ { "category":"coredevs", "question":"What is Blockstack Core?", - "answer":"

Blockstack Core is the reference implementation of the Blockstack protocol described in our white paper. Today, it consists of these components:

The next version of the Stacks Blockchain is under active development in the Rust programming language and employs our Tunable Proof-of-Work consensus algorithm and a unique scaling solution that enable individual apps to create

" + "answer":"

Blockstack Core is the reference implementation of the Blockstack protocol described in our white paper. Today, it consists of these components:

The next version of the Stacks Blockchain is under active development in the Rust programming language and employs our Tunable Proof-of-Work consensus algorithm and a unique scaling solution that enable individual apps to create their own app chains.

" }, { "category":"coredevs", @@ -408,7 +408,7 @@ { "category":"coredevs", "question":"Can the Blockstack blockchain fork?", - "answer":"

Yes, the Blockstack network can fork. We hard fork the network once a year to make protocol-breaking changes and upgrade the network. The latest fork was in 201 where we introduced the genesis block of the Stacks blockchain. For technical details, see the 2018 forum post for the annual hard fork.

" + "answer":"

Yes, the Blockstack network can fork. We hard fork the network once a year to make protocol-breaking changes and upgrade the network. The latest fork was in 2018 where we introduced the genesis block of the Stacks blockchain. For technical details, see the 2018 forum post for the annual hard fork.

" }, { "category":"coredevs",