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
When I run command: /usr/local/bin/bootnode -genkey /tmp/tmp.txt -writeaddress
The -writeaddress is not working (no address output).
I view the code:
there is a return statement in the switch branch when -genkey is provided.
That is wrong.
See the following code line:
When I run command:
/usr/local/bin/bootnode -genkey /tmp/tmp.txt -writeaddress
The -writeaddress is not working (no address output).
I view the code:
there is a
return
statement in the switch branch when -genkey is provided.That is wrong.
See the following code line:
go-ethereum/cmd/bootnode/main.go
Line 72 in 6a33954
The text was updated successfully, but these errors were encountered: