From d9a7be941e924d60eebf087b8a69684c4106c680 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Fri, 12 May 2023 13:08:00 +0200 Subject: [PATCH] proxy/blocks.go:102:90: syntax error: unexpected { at end of statement proxy/blocks.go:102:90: syntax error: unexpected { at end of statement --- proxy/blocks.go | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy/blocks.go b/proxy/blocks.go index 5ebea55..dba20f5 100644 --- a/proxy/blocks.go +++ b/proxy/blocks.go @@ -66,6 +66,7 @@ func (s *ProxyServer) fetchBlockTemplate() { if _, ok := t.headers[reply[0]]; ok { return } + } pendingReply.Difficulty = util.ToHex(s.config.Proxy.Difficulty)