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
I don't know why it does not regularly fail, but I've been trying to run quorum inside a Unikraft VM and this line makes the program crash.
It tries to print destDial without checking if it is nil first.
I'm not an expert in go or blockchains, but adding check before printing this solved the issue for me.