Skip to content

Commit

Permalink
Ch 11 Add merkleblock to import loading cell
Browse files Browse the repository at this point in the history
Exercises 6 and 7 of Ch 11 fail to run due to merkleblock not being defined. Importing it in the top cell along with the other files fixes this.

See issue jimmysong#254
  • Loading branch information
alexbarron authored Oct 20, 2022
1 parent 3fba6b9 commit 9369eba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code-ch11/Chapter11.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"import helper\n",
"import network\n",
"import script\n",
"import tx"
"import tx\n",
"import merkleblock"
]
},
{
Expand Down

0 comments on commit 9369eba

Please sign in to comment.