mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
f
This commit is contained in:
parent
7fce101394
commit
6a918141bc
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue