From d13c5e90d1118e4f7789765ab0166b412006d3cd Mon Sep 17 00:00:00 2001 From: oysheng Date: Tue, 17 Apr 2018 17:07:09 +0800 Subject: [PATCH] fix tags --- api/query.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/query.go b/api/query.go index 565a1795..760cc11a 100644 --- a/api/query.go +++ b/api/query.go @@ -123,7 +123,7 @@ func (a *API) getUnconfirmedTx(ctx context.Context, filter struct { return NewSuccessResponse(tx) } -// POST /list-unconform-transactions +// POST /list-unconfirmed-transactions func (a *API) listUnconfirmedTxs(ctx context.Context) Response { txIDs := []bc.Hash{} -- 2.11.0