diff --git a/libraries/app/application.cpp b/libraries/app/application.cpp index b7467d78..bba2f525 100644 --- a/libraries/app/application.cpp +++ b/libraries/app/application.cpp @@ -833,6 +833,9 @@ namespace detail { if (high_block_num == 0) return synopsis; // we have no blocks } + + if( low_block_num == 0) + low_block_num = 1; // at this point: // low_block_num is the block before the first block we can undo,