Fix build error, add missing parameter
This commit is contained in:
parent
bdfbf5c87b
commit
388d00b310
1 changed files with 1 additions and 1 deletions
|
|
@ -1829,7 +1829,7 @@ vector<variant> database_api_impl::lookup_vote_ids( const vector<vote_id_type>&
|
|||
{
|
||||
auto itr = son_idx.find( id );
|
||||
if( itr != son_idx.end() )
|
||||
result.emplace_back( variant( *itr ) );
|
||||
result.emplace_back( variant( *itr, 1 ) );
|
||||
else
|
||||
result.emplace_back( variant() );
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue