Browse Source

proxy/blocks.go:102:90: syntax error: unexpected { at end of statement

proxy/blocks.go:102:90: syntax error: unexpected { at end of statement
master
yuriy0803 3 years ago
parent
commit
d9a7be941e
  1. 1
      proxy/blocks.go

1
proxy/blocks.go

@ -66,6 +66,7 @@ func (s *ProxyServer) fetchBlockTemplate() {
if _, ok := t.headers[reply[0]]; ok { if _, ok := t.headers[reply[0]]; ok {
return return
} }
}
pendingReply.Difficulty = util.ToHex(s.config.Proxy.Difficulty) pendingReply.Difficulty = util.ToHex(s.config.Proxy.Difficulty)

Loading…
Cancel
Save