-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address encoding of block.coinbase_account #70
Comments
Hi @graup, Sorry for late response. The coinbase account is printing Where did you find to use |
@hanlsin Exactly, and that is the problem. It SHOULD be base58check, because it is an address. |
In that case, it's not only base58check, but also I will report it to Aergo CLI and make it right. |
More like |
Cant you just replace the line with |
Sorry, I misunderstood your previous message. I didn't realize this bug (if I'm right) was also in aergocli. Let's fix it there first! |
I reported it for aergocli as a question at first, because I don't know the decision about it. And, you are right. Just, in aergocli, replacing to is the simple answer. |
Yes. If I may allow to fix it little bit, then it would be |
In the issue above, the only |
It is included in version 1.3.3. |
block.coinbase_account
should be a b58check encoded address.Current result:
eZDSP5tk3jz49yjxiF2XMkfou3VQtDRxVow1PNPuz3Qe
Expected result:
AmLrV7tg69KE5ZQehkjGiA7yJyDxJ25uyF96PMRptfzwozhAJbaK
herapy/aergo/herapy/obj/block.py
Line 203 in 92845d5
The text was updated successfully, but these errors were encountered: