Skip to content

Commit 8e5fcb8

Browse files
format main.go
Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>
1 parent 029e280 commit 8e5fcb8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cmd/dcrdata/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,6 @@ func _main(ctx context.Context) error {
781781
r.Get("/verify-message", explore.VerifyMessagePage)
782782
r.With(mw.Tollbooth(limiter)).Post("/verify-message", explore.VerifyMessageHandler)
783783

784-
785784
// Pages that can be cached because they depend on block and/or mempool data cached by
786785
// *explorer.explorerUI. This middleware sets ETag and Last-Modified headers that are
787786
// reset if a new block or mempool change is detected.

0 commit comments

Comments
 (0)