Skip to content

Commit

Permalink
better doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ZumZoom committed Mar 19, 2024
1 parent 36d3b79 commit 49cf78e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/libraries/BySigTraits.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ pragma solidity ^0.8.0;
library BySigTraits {
error WrongNonceType();

// 8 bits for type (2 highest bits actually)
// 2 bits for type
// 6 bits reserved for future use
// 40 bits for deadline
// 80 bits for relayer address lower bits
// 128 bits for nonce value
Expand Down

0 comments on commit 49cf78e

Please sign in to comment.