Talentica / simpleblockchain

Modular framework to develop blockchain applications
Apache License 2.0
10 stars 4 forks source link

Handle missing transaction while updating Block #106

Closed gauravagarwaltal closed 4 years ago

gauravagarwaltal commented 4 years ago

Issue: Missing Transaction will cause an error in the update block function. Reasons:

Possible Solution:-

gauravagarwaltal commented 4 years ago

Feature added in master branch.