Skip to content
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

Fix for the bug: AsyncTonapiClientBase initialization parameters were not used in all methods #41

Merged
merged 1 commit into from
Jan 4, 2025

Conversation

Stanislav-Povolotsky
Copy link
Contributor

Bug: initialization parameters are passed to methods in such way: methods.BlockchainMethod(**self.__dict__), but internal fields have another name than expected by AsyncTonapiClientBase .__init__ (for example headers have self._headers name), so AsyncTonapiClientBase can't use these fields for all the methods.

@nessshon nessshon merged commit fbad400 into tonkeeper:main Jan 4, 2025
@nessshon
Copy link
Collaborator

nessshon commented Jan 4, 2025

Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants