Skip to content

Fix documentation on LibWithdrawalConfig #509

@guidanoli

Description

@guidanoli

📚 Context

// The addition below cannot overflow because `type(uint8).max + 1 <= type(uint256).max`.

Thanks @lynoferraz for spotting this typo!

✔️ Solution

type(uint8).max --> type(uint64).max

Metadata

Metadata

Assignees

Labels

Type

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions