mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-10 04:51:20 +00:00
8291aa2497
This PR stores Execution Headers in Caplin when running without storing fullblocks
8 lines
187 B
Go
8 lines
187 B
Go
package handler
|
|
|
|
import "net/http"
|
|
|
|
func (a *ApiHandler) getBlock(w http.ResponseWriter, r *http.Request) {}
|
|
|
|
func (a *ApiHandler) getBlockRoot(w http.ResponseWriter, r *http.Request) {}
|