diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/amount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amount.h b/src/amount.h index f0d0e92c..a20b46b1 100644 --- a/src/amount.h +++ b/src/amount.h @@ -613,7 +613,6 @@ public: const parse_flags_t& flags = PARSE_DEFAULT) { std::istringstream stream(str); bool result = parse(stream, flags); - assert(stream.eof()); return result; } |