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
These checks are now inefficient, because they iterate basically every channel. And they are used on almost every htlc.
Build a quick cached lookup for more efficiency.
The text was updated successfully, but these errors were encountered:
Currently there are a few lookups
These checks are now inefficient, because they iterate basically every channel. And they are used on almost every htlc.
Build a quick cached lookup for more efficiency.
The text was updated successfully, but these errors were encountered: