File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sample/src/main/java/my/sample/project Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212import eu .bittrade .libs .steemj .base .models .AccountName ;
1313import eu .bittrade .libs .steemj .base .models .AppliedOperation ;
1414import eu .bittrade .libs .steemj .base .models .Permlink ;
15- import eu .bittrade .libs .steemj .base .models .Vote ;
15+ import eu .bittrade .libs .steemj .base .models .AccountVote ;
1616import eu .bittrade .libs .steemj .base .models .VoteState ;
1717import eu .bittrade .libs .steemj .base .models .operations .AccountCreateOperation ;
1818import eu .bittrade .libs .steemj .base .models .operations .CommentOperation ;
@@ -133,7 +133,7 @@ public static void main(String args[]) {
133133 steemJ .getCurrentMedianHistoryPrice ().getBase ().getAmount ());
134134
135135 // Get votes
136- List <Vote > votes = steemJ .getAccountVotes (new AccountName ("dez1337" ));
136+ List <AccountVote > votes = steemJ .getAccountVotes (new AccountName ("dez1337" ));
137137 LOGGER .info ("The user dez1337 has done {} votes so far." , votes .size ());
138138 LOGGER .info ("His last vote has been done on {}." , votes .get (votes .size () - 1 ).getTime ());
139139 int numberOfAccounts = steemJ .getAccountCount ();
You can’t perform that action at this time.
0 commit comments