diff options
Diffstat (limited to 'src/amount.h')
-rw-r--r-- | src/amount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amount.h b/src/amount.h index bcf86ad4..a5a05835 100644 --- a/src/amount.h +++ b/src/amount.h @@ -558,7 +558,7 @@ public: * have been set to (which all default to false). */ void annotate(const annotation_t& details); - bool annotated() const; + bool is_annotated() const; annotation_t& annotation(); const annotation_t& annotation() const { |