Skip to content

Commit f77f485

Browse files
committed
fix: lint
1 parent 9aefca9 commit f77f485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/rlpx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func Dial(n *enode.Node) (*rlpxConn, error) {
4848
}
4949
}
5050

51-
if err := crypto.SaveECDSA("witness.key", conn.ourKey); err != nil {
51+
if err = crypto.SaveECDSA("witness.key", conn.ourKey); err != nil {
5252
return nil, err
5353
}
5454

0 commit comments

Comments
 (0)