Hi, the default example in README does not work. The problem was because of API changes in `bchlib`. This can easily be fixed when setting `bchlib==0.7` instead of `bchlib>=0.7` in `requirements.txt`.
Hi, the default example in README does not work.
The problem was because of API changes in
bchlib. This can easily be fixed when settingbchlib==0.7instead ofbchlib>=0.7inrequirements.txt.