mirror of
https://github.com/8lecramm/derohe-proxy.git
synced 2025-01-10 05:47:56 +00:00
Update server.go
This commit is contained in:
parent
6babeeca11
commit
50eefb032b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user