aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/fork256/fork256.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/fork256/fork256.cpp')
-rw-r--r--src/hash/fork256/fork256.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/fork256/fork256.cpp b/src/hash/fork256/fork256.cpp
index f80bff43a..6718f9f97 100644
--- a/src/hash/fork256/fork256.cpp
+++ b/src/hash/fork256/fork256.cpp
@@ -133,7 +133,7 @@ void FORK_256::copy_out(byte output[])
/*
* Clear memory of sensitive data
*/
-void FORK_256::clear() throw()
+void FORK_256::clear()
{
MDx_HashFunction::clear();
digest[0] = 0x6A09E667;