We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029e280 commit 8e5fcb8Copy full SHA for 8e5fcb8
1 file changed
cmd/dcrdata/main.go
@@ -781,7 +781,6 @@ func _main(ctx context.Context) error {
781
r.Get("/verify-message", explore.VerifyMessagePage)
782
r.With(mw.Tollbooth(limiter)).Post("/verify-message", explore.VerifyMessageHandler)
783
784
-
785
// Pages that can be cached because they depend on block and/or mempool data cached by
786
// *explorer.explorerUI. This middleware sets ETag and Last-Modified headers that are
787
// reset if a new block or mempool change is detected.
0 commit comments