Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick95550 committed Jun 21, 2024
1 parent 768aad3 commit 48b1d53
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions contracts/staking/seekers/SeekerStakingManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ contract SeekerStakingManager is
}

/**
* @notice Stakes a seeker
* @notice Stakes a seeker, this will unstake a seeker if it is
* already staked.
* @param node Address of node to stake seeker against
* @param seeker The object containing the seekers statistics
* @param seekerStatsProof The signature of the seekers proof
Expand All @@ -100,13 +101,7 @@ contract SeekerStakingManager is
}

/**
* @param seekerStatsProof The signature of the seekers proof
* message, signed by the oracle account and only required if
* the seeker is not registered yet.
*/

/**
* @notice Stake a multiple seekers
* @notice Stake a multiple seekers, this will unstake a seeker if it is already staked.
* @param node Address of node to stake seeker against
* @param seekers A list of objects containing the seekers statistics
* @param seekerStatsProofs A list of seeker proof message
Expand Down

0 comments on commit 48b1d53

Please sign in to comment.