Skip to content

Commit 5f0035c

Browse files
committed
add clarifying comment
1 parent d6d3fc2 commit 5f0035c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/types/utils.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ func MustGetABI(json string) abi.ABI {
1414
return abi
1515
}
1616

17+
// NullClientChainID is set to a chainID that is unlikely to be used in production.
18+
// It cannot be zero due to a breaking change in go-ethereum:
19+
// https://github.com/ethereum/go-ethereum/blob/master/core/types/transaction_signing.go#L193
1720
const NullClientChainID = 1399100

0 commit comments

Comments
 (0)