You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow LocalNode to be extended for customisation (#11718)
LocalNode currently has a private constructor
Which prevents it from being extended for customisation.
Exposing the constructor for classes extending it.
0 commit comments