From bde6ad7059f7228fd839781cf13015099c66baf9 Mon Sep 17 00:00:00 2001 From: Mikers Date: Thu, 20 Jun 2024 12:53:42 -1000 Subject: [PATCH] Update chain/types/ethtypes/eth_types.go Co-authored-by: Rod Vagg --- chain/types/ethtypes/eth_types.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chain/types/ethtypes/eth_types.go b/chain/types/ethtypes/eth_types.go index 92fe0366508..251d8d501e9 100644 --- a/chain/types/ethtypes/eth_types.go +++ b/chain/types/ethtypes/eth_types.go @@ -28,7 +28,9 @@ import ( var ErrInvalidAddress = errors.New("invalid Filecoin Eth address") -// Research into Filecoin chain behaviour suggests that probabilistic finality generally approaches the intended stability guarantee at, or near, 30 epochs. Although a strictly "finalized" safe recommendation remains 900 epochs. +// Research into Filecoin chain behaviour suggests that probabilistic finality +// generally approaches the intended stability guarantee at, or near, 30 epochs. +// Although a strictly "finalized" safe recommendation remains 900 epochs. // See https://github.com/filecoin-project/FIPs/blob/master/FRCs/frc-0089.md const SafeEpochDelay = abi.ChainEpoch(30)