summaryrefslogtreecommitdiff
path: root/src/xact.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-05 17:40:07 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-05 17:43:28 -0500
commit5e3f3d7f4730dd2990b6b56352e4a09cdde9a234 (patch)
treed9418af372ffea3886f15f5faf562ac852a0daa9 /src/xact.h
parent1bdb9330e56e49ecd660f3aafdc2d349a20e3044 (diff)
downloadfork-ledger-5e3f3d7f4730dd2990b6b56352e4a09cdde9a234.tar.gz
fork-ledger-5e3f3d7f4730dd2990b6b56352e4a09cdde9a234.tar.bz2
fork-ledger-5e3f3d7f4730dd2990b6b56352e4a09cdde9a234.zip
Report sought magnitude when balancing errors occur
Diffstat (limited to 'src/xact.h')
-rw-r--r--src/xact.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xact.h b/src/xact.h
index 8c5c21ce..ecdf12ad 100644
--- a/src/xact.h
+++ b/src/xact.h
@@ -84,6 +84,8 @@ public:
return posts.end();
}
+ value_t magnitude() const;
+
virtual bool finalize();
void clear_xdata();
@@ -129,7 +131,6 @@ public:
virtual void add_post(post_t * post);
- value_t magnitude() const;
string idstring() const;
string id() const;