Skip to content

Commit

Permalink
Add is_virtual field in account history in ES
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore authored Mar 19, 2023
1 parent 594b19c commit d8a1852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/plugins/elasticsearch/elasticsearch_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ void elasticsearch_plugin_impl::doOperationHistory( const optional <operation_hi
os.trx_in_block = oho->trx_in_block;
os.op_in_trx = oho->op_in_trx;
os.virtual_op = oho->virtual_op;
os.is_virtual = oho->is_virtual;
os.fee_payer = oho->op.visit( get_fee_payer_visitor() );

if(_options.operation_string)
Expand Down

0 comments on commit d8a1852

Please sign in to comment.