In the previous version, the payment channel details would never be loaded if they came from the store. Because all reloadIncomingChannelDetails calls were wrapped in if (!this._incomingChannel) they would never get called if the channel was loaded from the store.
In the previous version, the payment channel details would never be loaded if they came from the store. Because all
reloadIncomingChannelDetails
calls were wrapped inif (!this._incomingChannel)
they would never get called if the channel was loaded from the store.