diff options
Diffstat (limited to 'src/xact.h')
-rw-r--r-- | src/xact.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |