crokkon
crokkon
did you test that? I think you need `.total_seconds()` instead of `.seconds`? Also it will give values >100% if the last vote is long enough in the past
I think this is not a beem issue: ``` curl -s --data '{"jsonrpc":"2.0", "method":"condenser_api.get_key_references", "params":[["STM75JYkspDgwhgG2871VGm1vhdaNgF5gFBZoPR2Por4w5WFfmzJg"]], "id":1}' https://api.hive.blog {"jsonrpc":"2.0","result":[[]],"id":1} ``` ``` curl -s --data '{"jsonrpc":"2.0", "method":"account_by_key_api.get_key_references", "params":{"keys":["STM75JYkspDgwhgG2871VGm1vhdaNgF5gFBZoPR2Por4w5WFfmzJg"]}, "id":1}' https://api.hive.blog {"jsonrpc":"2.0","result":{"accounts":[[]]},"id":1} ```...