Ensure parameter names match between headers and implementation

This commit is contained in:
Alex Beregszaszi
2017-09-20 01:23:21 +01:00
parent 137b214be4
commit aad829948a
10 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -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);
}