Skip to content

Commit

Permalink
Docs improvements (#1719)
Browse files Browse the repository at this point in the history
Signed-off-by: Christina <156356273+cratiu222@users.noreply.github.com>
Co-authored-by: Nidhi Singh <trippin@berachain.com>
  • Loading branch information
cratiu222 and nidhi-singh02 authored Jul 18, 2024
1 parent d273f90 commit 4ba125a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/src/eip4399/RandaoTester.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity ^0.8.25;

/// @title RandaoTester
/// @dev This contract is used during integration testing of
/// @dev This contract is used during the integration testing of
/// EIP-4399 in BeaconKit.
/// DO NOT USE THIS FOR GENERATING RANDOMNESS IN PRODUCTION
// FOR ANYTHING IMPORTANT.
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/eip4788/SSZ.sol
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ library SSZ {
let end := add(source, shl(5, count))

for { } 1 { } {
// Read next two hashes to hash
// Read the next two hashes to hash
mstore(0x00, mload(source))
mstore(0x20, mload(add(source, 0x20)))

Expand Down
2 changes: 1 addition & 1 deletion contracts/src/staking/IBeaconDepositContract.sol
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ interface IBeaconDepositContract {
* @notice This will be used to create a new validator or to top up an existing one, increasing stake.
* @param pubkey is the consensus public key of the validator. If subsequent deposit, its ignored.
* @param credentials is the staking credentials of the validator. If this is the first deposit it is
* validator operator public key, if subsequent deposit it is the depositors public key.
* validator operator public key, if subsequent deposit it is the depositor's public key.
* @param amount is the amount of stake native/ERC20 token to be deposited, in Gwei.
* @param signature is the signature used only on the first deposit.
*/
Expand Down

0 comments on commit 4ba125a

Please sign in to comment.