Skip to content

Commit

Permalink
Merge pull request #102 from smart-transaction/fix/signature-type
Browse files Browse the repository at this point in the history
chore: fix signature type from bytes32 to bytes
  • Loading branch information
TokenTitan authored Dec 19, 2024
2 parents e869ae7 + 5566b56 commit 5632c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/IBlockTime.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface IBlockTime {
struct Chronicle {
uint256 epoch;
address timeKeeper;
bytes32 signature;
bytes signature;
}

/// @notice changes earth avg time
Expand Down

0 comments on commit 5632c74

Please sign in to comment.