refine docs.

This commit is contained in:
Raúl Kripalani 2022-12-23 17:08:43 +00:00 committed by raulk
parent 9505ac88ba
commit c7efaaad7e

View File

@ -104,6 +104,10 @@ var EmptyLogsBloom = make([]byte, 256)
// - eth_getTransactionByHash returns the inclusion tipset of a message, but
// only after it has executed.
// - eth_getTransactionReceipt ditto.
//
// "Latest executed epoch" refers to the tipset that this node currently
// accepts as the best parent tipset, based on the blocks it is accumulating
// within the HEAD tipset.
type EthModule struct {
fx.In