diff options
author | John Wiegley <johnw@newartisans.com> | 2023-11-24 23:33:59 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2024-08-05 08:35:56 -0700 |
commit | 67de3bce35de8158cd25750901a322cc02071c95 (patch) | |
tree | 984346a9cdd73dcd7c9dbc9175143e1f759a8263 /src/post.h | |
parent | 6e9fda06df1754f58c347e44a4579d059dfd36f0 (diff) | |
download | fork-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |