For anyone else finding this now, like me, it's changed:
/** Broadcast a vote */
steem.broadcast.vote(
postingWif,
username, // Voter
'firepower', // Author
'steemit-veni-vidi-vici-steemfest-2016-together-we-made-it-happen-thank-you-steemians', // Permlink
10000, // Weight (10000 = 100%)
function(err, result) {
console.log(err, result);
}
);
Thank you very helpful!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi Yoghurt,
Could you please advise me how to downvote by using steem.broadcast.vote()? I did set weight to 0, but it seems a bad practice
Thank you so much for any help
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit