Maybe other checks as well such as them being forwarded.
Might be worth to carry everything I have into a forward_ private virtual method and have a public, non-virtual forward that includes these checks and calls forward_. Would there be very niche Nodes that might want to disable these checks though?
Maybe other checks as well such as them being forwarded.
Might be worth to carry everything I have into a
forward_private virtual method and have a public, non-virtualforwardthat includes these checks and callsforward_. Would there be very nicheNodes that might want to disable these checks though?