You are viewing a single comment's thread from:

RE: What are your expectations of Hive witnesses?

in Hive Polls6 months ago

i tried voting (for all 7) but (using @ecency signed in with Hivesigner - which has my active key) i got a message saying active key required, but without Hivesigner popping up for me to approve. i suspect this is something to do with the app you used to create the poll.

Sort:  

I used @peakd, hive polls are new so I guess not fully working with all different logins yet, etc.

This poll feature is just a small app that looks for specific custom_json operations, and shouldn't require active key.
The operation (given you vote for option 1) should look something like this:

{
      "type": "custom_json_operation",
      "value": {
        "id": "polls",
        "json": "{\"poll\":\"acidyo/what-are-your-expectations-of-hive-witnesses\",\"action\":\"vote\",\"choices\":[1]}",
        "required_auths": [],
        "required_posting_auths": [
          "gtg"
        ]
      }
}

I don't know how it would handle multiple choices, i.e. [1,2,3,4,5,6,7].