Skip to content

Commit

Permalink
fix interface
Browse files Browse the repository at this point in the history
  • Loading branch information
pblivin0x authored Jul 8, 2024
1 parent e4769f7 commit d6df802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/staking/ISignedSnapshotStakingPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interface ISignedSnapshotStakingPool is ISnapshotStakingPool {

/// @notice Set the message to sign when staking
/// @param newMessage The new message
function setMessage(string calldata newMessage) external;
function setMessage(string memory newMessage) external;

/// @notice Get the hashed digest of the message to be signed for staking
/// @return The hashed bytes to be signed
Expand Down

0 comments on commit d6df802

Please sign in to comment.