holgern/beem

beempy downvote is broken

Closed this issue · 1 comments

Even though downvote description says:
Usage: beempy downvote [OPTIONS] POST [VOTE_WEIGHT]
running:
beempy downvote @gtg/pucdkj 0.1
resulted in:

Wallet Unlocked!
{
    "ref_block_prefix": 3074041190, 
    "ref_block_num": 20742, 
    "signatures": [
        "201a6b88e448f16a61f428c241089101435217315f974845b3c1918eb3ad9e77ad5f34510740a6eb490c519c69c987cf083ae836c91b3cfcc956b54ddfed75831d"
    ], 
    "extensions": [], 
    "expiration": "2019-07-08T21:14:32", 
    "operations": [
        [
            "vote", 
            {
                "permlink": "pucdkj", 
                "voter": "gtg", 
                "weight": 10000, 
                "author": "gtg"
            }
        ]
    ]
}

i.e. 100% upvote instead of 0.1% downvote

Fixed in current master and in the next release 0.20.22