Skip to content

Commit

Permalink
Merge pull request EOSIO#25 from EOSIO/feature/update-revision-on-squ…
Browse files Browse the repository at this point in the history
…ash-last

update revision on squash last
  • Loading branch information
arhag authored Sep 26, 2018
2 parents e51782b + 7efc817 commit bcd8ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/chainbase/chainbase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ namespace chainbase {
if( !enabled() ) return;
if( _stack.size() == 1 ) {
_stack.pop_front();
--_revision;
return;
}

Expand Down

0 comments on commit bcd8ba5

Please sign in to comment.