Fix typo in Natspec (#35)

This commit is contained in:
Alex Beregszaszi
2020-05-15 21:07:17 +01:00
committed by GitHub
parent 86dd9d9dca
commit bb9bf82602

View File

@@ -28,8 +28,8 @@ interface IDepositContract {
bytes32 deposit_data_root
) external payable;
/// @notice Query the current deposit count.
/// @return The deposit count encoded as a little endian 64-bit number.
/// @notice Query the current deposit root hash.
/// @return The deposit root hash.
function get_deposit_root() external view returns (bytes32);
/// @notice Query the current deposit count.