Skip to content

Referendum Proposals: assertion failure with message: cannot vote on an expired proposal. #13

@gluneau

Description

@gluneau

For the Referendum Proposals, perhaps you should have a filter for expired proposals.

Details:
{
  "code": 500,
  "message": "Internal Service Error",
  "error": {
    "code": 3050003,
    "name": "eosio_assert_message_exception",
    "what": "eosio_assert_message assertion failure",
    "details": [
      {
        "message": "assertion failure with message: cannot vote on an expired proposal.",
        "file": "wasm_interface.cpp",
        "line_number": 917,
        "method": "eosio_assert"
      },
      {
        "message": "pending console output: ",
        "file": "apply_context.cpp",
        "line_number": 72,
        "method": "exec_one"
      }
    ]
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions