From 3c4e138b890a13a0520c314425bd9e4d5cf35801 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Wed, 13 Oct 2021 12:15:48 -0400 Subject: [PATCH] Update internal/proxy/app_conn.go Co-authored-by: M. J. Fromberger --- internal/proxy/app_conn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/proxy/app_conn.go b/internal/proxy/app_conn.go index 7753a44b2..3e342adab 100644 --- a/internal/proxy/app_conn.go +++ b/internal/proxy/app_conn.go @@ -97,7 +97,7 @@ func (app *appConnConsensus) DeliverTxAsync( ctx context.Context, req types.RequestDeliverTx, ) (*abciclient.ReqRes, error) { - defer addTimeSample(app.metrics.MethodTiming.With("method", "deliver_tx", "type", "aync"))() + defer addTimeSample(app.metrics.MethodTiming.With("method", "deliver_tx", "type", "async"))() return app.appConn.DeliverTxAsync(ctx, req) }