From 6a918141bcda373a7e200d9926e33b5a05bb9dc3 Mon Sep 17 00:00:00 2001 From: vahoo5 Date: Thu, 14 Mar 2024 02:31:32 +0100 Subject: [PATCH] f --- internal/ethapi/api.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index 7159ff8e5a..41f60a0b64 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -424,6 +424,7 @@ type ReceiptsPackage struct { Receipts []PackedReceipt } +// a func (s *TransactionAPI) GetBlockReceipts(ctx context.Context, blocks_hash common.Hash) (ReceiptsPackage, error) { var output ReceiptsPackage receipts, err := s.b.GetReceipts(ctx, blocks_hash)