mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add Receipt AT to ReceiptProvider (#12890)
This commit is contained in:
@ -26,7 +26,7 @@ where
|
||||
Node: FullNodeComponents<
|
||||
Types: NodeTypes<
|
||||
ChainSpec: EthereumHardforks,
|
||||
Primitives: NodePrimitives<Block: Encodable>,
|
||||
Primitives: NodePrimitives<Block: Encodable, Receipt = reth_primitives::Receipt>,
|
||||
>,
|
||||
>,
|
||||
EthApi: EthApiSpec + EthTransactions + TraceExt,
|
||||
|
||||
Reference in New Issue
Block a user