-
Notifications
You must be signed in to change notification settings - Fork 9
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
toncenter client bull shit #27
Comments
@betepookk I need more information about a transaction or action. |
roughly speaking, the problem is in toncenter.py, namely in line number 63, try right now to send any transaction using toncenter api and a regular wallet for example wallet v4r2 format (I don't know honestly if there is a difference between them) you will get an error and the whole thing is that in version 0.0.2 you changed the method of boc to base64 conversion from ‘base64.b64encode(bytes.fromhex(boc)).decode()’ to ‘boc_to_base64_string(boc)’. I apologise for the shit text, I use a translator. |
at least at the moment I changed this line in my library to this ‘base64.b64encode(bytes.fromhex(boc)).decode()’ and the transaction was sent. |
@betepookk а какая версия tonutils ? в 0.1.8 вроде пофиксил я. |
о как xd, все так же в 0.1.8 |
а можешь проверить этот вариант ?
|
пару раз запустил 3 разных ошибки выдало |
могу тебе в тгшку написать там продолжим если что |
INVALID_BAG_OF_CELLS: bodybag of cells is expected to have exactly one root
The text was updated successfully, but these errors were encountered: