Skip to content

p2p/server.go: Attempt to print destDial while it is nil #1744

@buonhobo

Description

@buonhobo

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.

"Dialed Dest", dialDest,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions