mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Ensure parameter names match between headers and implementation
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
namespace dev
|
||||
{
|
||||
|
||||
/// Compute the "swarm hash" of @a _data
|
||||
h256 swarmHash(std::string const& _data);
|
||||
/// Compute the "swarm hash" of @a _input
|
||||
h256 swarmHash(std::string const& _input);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user