summaryrefslogtreecommitdiff
path: root/src/xact.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xact.h')
-rw-r--r--src/xact.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xact.h b/src/xact.h
index 2118c390..379ce778 100644
--- a/src/xact.h
+++ b/src/xact.h
@@ -128,7 +128,7 @@ public:
virtual bool valid() const;
- string hash(string nonce) const;
+ string hash(string nonce, hash_type_t hash_type) const;
};
class auto_xact_t : public xact_base_t