Skip to content

Commit f071bc3

Browse files
cmd/dcrdata: fix *appContext.getTransaction comment
Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>
1 parent 4adf8d5 commit f071bc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/dcrdata/internal/api/apiroutes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ func (c *appContext) getTxSwapsInfo(w http.ResponseWriter, r *http.Request) {
840840
writeJSON(w, swapsInfo, m.GetIndentCtx(r))
841841
}
842842

843-
// getTransactions handles the /txns POST API endpoint.
843+
// getTransactions handles the /txs POST API endpoint.
844844
func (c *appContext) getTransactions(w http.ResponseWriter, r *http.Request) {
845845
ctx := r.Context()
846846

0 commit comments

Comments
 (0)