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
Returning status.Error() in P2P makes it un-castable to blocker that makes a few points in the code prone to error as P2P is essentially consumed by the same application in other node
Steps to reproduce
Try running this code isolated, it should return the same result:
Uh oh!
There was an error while loading. Please reload this page.
Description
Returning status.Error() in P2P makes it un-castable to blocker that makes a few points in the code prone to error as P2P is essentially consumed by the same application in other node
Steps to reproduce
Try running this code isolated, it should return the same result:
Expected behavior
the casting should not produce error that would make the node terminate
The text was updated successfully, but these errors were encountered: