summaryrefslogtreecommitdiff
path: root/src/post.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2023-11-24 23:33:59 -0800
committerJohn Wiegley <johnw@newartisans.com>2024-08-05 08:35:56 -0700
commit67de3bce35de8158cd25750901a322cc02071c95 (patch)
tree984346a9cdd73dcd7c9dbc9175143e1f759a8263 /src/post.h
parent6e9fda06df1754f58c347e44a4579d059dfd36f0 (diff)
downloadfork-ledger-67de3bce35de8158cd25750901a322cc02071c95.tar.gz
fork-ledger-67de3bce35de8158cd25750901a322cc02071c95.tar.bz2
fork-ledger-67de3bce35de8158cd25750901a322cc02071c95.zip
Make xact hashes independent of posting order
Also, support matching provided hashes against a prefixed of the generated hash.
Diffstat (limited to 'src/post.h')
-rw-r--r--src/post.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/post.h b/src/post.h
index 48093463..48b614bf 100644
--- a/src/post.h
+++ b/src/post.h
@@ -245,8 +245,6 @@ public:
return const_cast<post_t *>(this)->reported_account();
}
- virtual string hash(string nonce) const;
-
friend class xact_t;
struct compare_by_date_and_sequence