Open tchap opened 8 years ago
Include the number of votes and somehow distinguish the payout number in case it is not the first payout, if possible.
https://github.com/steemit/steem/blob/dfc550f75e5a2ca40f0d2365739e0597332a78a3/libraries/app/include/steemit/app/database_api.hpp#L456 could be used for that I guess.
go-steem/rpc now supports get_active_votes: https://github.com/go-steem/rpc/commit/7510ae944fa770ca49343a56996c73bdaa1d2e82
go-steem/rpc
get_active_votes
Include the number of votes and somehow distinguish the payout number in case it is not the first payout, if possible.
https://github.com/steemit/steem/blob/dfc550f75e5a2ca40f0d2365739e0597332a78a3/libraries/app/include/steemit/app/database_api.hpp#L456 could be used for that I guess.