diff --git a/blockchain/Building a General Purpose Blockchain.ipynb b/blockchain/Building a General Purpose Blockchain.ipynb index 4042035..2d2f9cb 100644 --- a/blockchain/Building a General Purpose Blockchain.ipynb +++ b/blockchain/Building a General Purpose Blockchain.ipynb @@ -208,7 +208,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We will also use a " + "We will also use a distinct class to easen up the use of the threaded server." ] }, { @@ -282,6 +282,13 @@ "blockchain_app.stop()" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Works like a prayer." + ] + }, { "cell_type": "code", "execution_count": null,