ics27(upgrades): move type cast of next middleware app to if block to allow nil apps to function correctly with controller module #5456
Labels
audit
Feedback from implementation audit
channel-upgradability
Channel upgradability feature
type: bug
Something isn't working as expected
Milestone
Summary
Allow nil app by moving cast in
if im.app != nil
block in callbacks.e.g. Move this to here
The above should be done for each callback function in the
controller
submodule.For Admin Use
The text was updated successfully, but these errors were encountered: