From aad829948a7b21d7664a43c1127679b53ae40bdc Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 22 Aug 2017 18:24:02 +0100 Subject: Ensure parameter names match between headers and implementation --- libdevcore/SwarmHash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdevcore/SwarmHash.h') diff --git a/libdevcore/SwarmHash.h b/libdevcore/SwarmHash.h index a5da96f5..a06f7bda 100644 --- a/libdevcore/SwarmHash.h +++ b/libdevcore/SwarmHash.h @@ -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); } -- cgit