We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aefca9 commit f77f485Copy full SHA for f77f485
p2p/rlpx.go
@@ -48,7 +48,7 @@ func Dial(n *enode.Node) (*rlpxConn, error) {
48
}
49
50
51
- if err := crypto.SaveECDSA("witness.key", conn.ourKey); err != nil {
+ if err = crypto.SaveECDSA("witness.key", conn.ourKey); err != nil {
52
return nil, err
53
54
0 commit comments