Update server.go

This commit is contained in:
8lecramm 2022-10-03 16:51:28 +02:00 committed by GitHub
parent 6babeeca11
commit 50eefb032b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,6 @@ func onWebsocket(w http.ResponseWriter, r *http.Request) {
client_list[wsConn] = &session
Wallet_count[client_list[wsConn].address.String()]++
<<<<<<< HEAD
if config.WalletAddr != "" {
Address = config.WalletAddr
@ -183,9 +182,6 @@ func onWebsocket(w http.ResponseWriter, r *http.Request) {
Address = address
}
=======
Address = address
>>>>>>> efc773ca517eef878cf0059f84c7c02212473e1c
if !config.Pool_mode {
fmt.Printf("%v Incoming connection: %v, Wallet: %v\n", time.Now().Format(time.Stamp), wsConn.RemoteAddr().String(), address)
} else {