Skip to content

Commit

Permalink
fix: Wrong Version Byte in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
donosonaumczuk committed Dec 19, 2024
1 parent 8a35480 commit bba1b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/core/base/BaseSource.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abstract contract BaseSource is ISource {
_validateSource(sourceStamp);
}

// Signature Standard: EIP-191 - Version Byte: 0x45
// Signature Standard: EIP-191 - Version Byte: 0x00
function _validateSource(
SourceStamp calldata sourceStamp
) internal virtual {
Expand Down

0 comments on commit bba1b06

Please sign in to comment.