Skip to content

Commit

Permalink
e3: return list of e3 files by grpc (erigontech#6828)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored Feb 10, 2023
1 parent 7c9f30d commit d6fdbb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ethdb/privateapi/ethbackend.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (

"github.com/holiman/uint256"
"github.com/ledgerwatch/log/v3"
"google.golang.org/grpc"
"google.golang.org/protobuf/types/known/emptypb"

"github.com/ledgerwatch/erigon-lib/chain"
Expand Down Expand Up @@ -293,7 +292,7 @@ func (s *EthBackendServer) checkWithdrawalsPresence(time uint64, withdrawals []*
return nil
}

func (s *EthBackendServer) EngineGetBlobsBundleV1(ctx context.Context, in *remote.EngineGetBlobsBundleRequest, opts ...grpc.CallOption) (*types2.BlobsBundleV1, error) {
func (s *EthBackendServer) EngineGetBlobsBundleV1(ctx context.Context, in *remote.EngineGetBlobsBundleRequest) (*types2.BlobsBundleV1, error) {
return nil, fmt.Errorf("EngineGetBlobsBundleV1: not implemented yet")
}

Expand Down

0 comments on commit d6fdbb8

Please sign in to comment.