jimmysong / programmingbitcoin

Repository for the book
Other
1.75k stars 656 forks source link

Ch 11 Add merkleblock to import loading cell #257

Open alexbarron opened 2 years ago

alexbarron commented 2 years ago

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 https://github.com/jimmysong/programmingbitcoin/issues/254