Skip to content
Snippets Groups Projects

The calls 'list_votes'/'find_votes' work

Merged Mariusz Trela requested to merge mt-find-list-votes3 into develop
All threads resolved!
Files
9
+ 2
2
@@ -114,8 +114,8 @@ class DbState:
'hive_post_tags_tag_id_idx',
'hive_votes_voter_id_permlink_id_idx',
'hive_votes_permlink_id_voter_id_idx'
'hive_votes_voter_id_post_id_idx',
'hive_votes_post_id_voter_id_idx'
]
to_return = []
Loading