Skip to content

Commit

Permalink
[goreleaser]
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Feb 1, 2024
1 parent ecbedad commit 89dee12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/omnirpc/proxy/simpleproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func (r *SimpleProxy) makeReq(parentCtx context.Context, body []byte) (_ []byte,
return respBody, nil

Check warning on line 233 in services/omnirpc/proxy/simpleproxy.go

View check run for this annotation

Codecov / codecov/patch

services/omnirpc/proxy/simpleproxy.go#L230-L233

Added lines #L230 - L233 were not covered by tests
}

const expectedVersion = "Harmony (C) 2023. harmony, version v8196-v2023.4.2-0-g8717ccf6"
const expectedVersion = "Harmony (C) 2023. harmony, version v8197-v2023.4.2-1-g40a2374d"

func (r *SimpleProxy) getHarmonyReceiptVerify(parentCtx context.Context, txHash common.Hash, rawBody []byte, checkVersion bool) (_ []byte, err error) {
ctx, span := r.tracer.Start(parentCtx, "getHarmonyReceiptVerify")
Expand Down

0 comments on commit 89dee12

Please sign in to comment.