We don't currently re-add a RAAMonitorUpdateBlockingAction to the outbound edge of a forward when re-claiming on startup. This would be a bug, except that we'll end up FC'ing the outbound edge if the channelmanager is stale (ie missing the blocking action) at which point we don't care about blocking it, its not making anymore progress anyway.
However, as we move towards not FC'ing for stale channelmanagers, we need to start adding these blocking actions back. cc @valentinewallace
cc #4304 (comment)