Skip to content

Commit

Permalink
Moved app testing to proper heading level.
Browse files Browse the repository at this point in the history
  • Loading branch information
Petteri Nevavuori committed Apr 10, 2018
1 parent 14ec89d commit e932449
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions blockchain/Building a General Purpose Blockchain.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"source": [
"<h1>Table of Contents<span class=\"tocSkip\"></span></h1>\n",
"<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#1.-Building-the-Blockhain\" data-toc-modified-id=\"1.-Building-the-Blockhain-1\">1. Building the Blockhain</a></span></li><li><span><a href=\"#2.-Mining-the-Blockchain\" data-toc-modified-id=\"2.-Mining-the-Blockchain-2\">2. Mining the Blockchain</a></span><ul class=\"toc-item\"><li><span><a href=\"#2.1-Creating-the-Web-App\" data-toc-modified-id=\"2.1-Creating-the-Web-App-2.1\">2.1 Creating the Web App</a></span><ul class=\"toc-item\"><li><span><a href=\"#2.1.1-Testing-the-Blockchain-App\" data-toc-modified-id=\"2.1.1-Testing-the-Blockchain-App-2.1.1\">2.1.1 Testing the Blockchain App</a></span></li></ul></li></ul></li></ul></div>"
"<div class=\"toc\"><ul class=\"toc-item\"><li><span><a href=\"#1.-Building-the-Blockhain\" data-toc-modified-id=\"1.-Building-the-Blockhain-1\">1. Building the Blockhain</a></span></li><li><span><a href=\"#2.-Mining-the-Blockchain\" data-toc-modified-id=\"2.-Mining-the-Blockchain-2\">2. Mining the Blockchain</a></span><ul class=\"toc-item\"><li><span><a href=\"#2.1-Creating-the-Web-App\" data-toc-modified-id=\"2.1-Creating-the-Web-App-2.1\">2.1 Creating the Web App</a></span></li><li><span><a href=\"#2.2-Testing-the-Blockchain-App\" data-toc-modified-id=\"2.2-Testing-the-Blockchain-App-2.2\">2.2 Testing the Blockchain App</a></span></li></ul></li></ul></div>"
]
},
{
Expand Down Expand Up @@ -239,7 +239,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### 2.1.1 Testing the Blockchain App"
"### 2.2 Testing the Blockchain App\n",
"\n",
"Let's then give the app a test run!"
]
},
{
Expand Down

0 comments on commit e932449

Please sign in to comment.