From c7efaaad7e41d99043c1d9d246c94db55ea143f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Kripalani?= Date: Fri, 23 Dec 2022 17:08:43 +0000 Subject: [PATCH] refine docs. --- node/impl/full/eth.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/node/impl/full/eth.go b/node/impl/full/eth.go index 05d4b6b2a..6f8622a0b 100644 --- a/node/impl/full/eth.go +++ b/node/impl/full/eth.go @@ -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