You are viewing a single comment's thread from:

RE: steem-python tips #1 - Calculating power-ups!

in #python8 years ago (edited)

You should add a check for your account, it isn't common but you can power up another account and they will show up as transfer_to_vesting so your script will factor them in as local power-ups.

It's kind of an edge case but I use it a lot.

Sort:  

True! I did that a couple of times actually. Thanks for the heads up.