helium / blockchain-core

Apache License 2.0
214 stars 85 forks source link

remove unnecesary call to get_channels as part of receipt validations #1469

Closed andymck closed 1 year ago

andymck commented 1 year ago

Whilst reviewing receipt v2 validations I noticed a call to get_channels which has no purpose other than outputting logging. Get channels looks relatively expensive and so removed as an optimisation