Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Apr 21, 2018
1 parent 3f005af commit 4ab8515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/undo_data/undo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ namespace steem { namespace chain {
session = nullptr;
}

session = new database::session( db.start_undo_session( true ) );
session = new database::session( db.start_undo_session() );
}

//Revert all changes.
Expand Down

0 comments on commit 4ab8515

Please sign in to comment.