diff --git a/docs/config.md b/docs/config.md index 67a4653ae..e65c8fdcc 100644 --- a/docs/config.md +++ b/docs/config.md @@ -78,8 +78,9 @@ Block subscription timeout in seconds. ## `CARTESI_BLOCKCHAIN_FINALITY_OFFSET` -The node assumes that blocks offsetted by N from the current block have reached finality +Node legacy setting used by Claimer. It assumes that blocks offsetted by N from the current block have reached finality (N is the read depth). +It ignores blockchain blocks commitment level * **Type:** `int` * **Default:** `"10"` diff --git a/internal/node/config/generate/Config.toml b/internal/node/config/generate/Config.toml index a1b9dfe27..345265d76 100644 --- a/internal/node/config/generate/Config.toml +++ b/internal/node/config/generate/Config.toml @@ -92,8 +92,9 @@ If set to true the node will send transactions using the legacy gas fee model default = "10" go-type = "int" description = """ -The node assumes that blocks offsetted by N from the current block have reached finality -(N is the read depth).""" +Node legacy setting used by Claimer. It assumes that blocks offsetted by N from the current block have reached finality +(N is the read depth). +It ignores blockchain blocks commitment level""" [blockchain.CARTESI_EVM_READER_DEFAULT_BLOCK] default = "finalized"