Skip to content

Commit

Permalink
Correctly place other ops into other history for get_state transfers s…
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Feb 13, 2018
1 parent 72f1a31 commit b427f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/plugins/apis/condenser_api/condenser_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ namespace detail
default:
if( item.second.op.visit( visitor ) )
{
eacnt.transfer_history.emplace( item.first, api_operation_object( item.second, visitor.l_op ) );
eacnt.other_history.emplace( item.first, api_operation_object( item.second, visitor.l_op ) );
}
}
}
Expand Down

0 comments on commit b427f8a

Please sign in to comment.