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

322 check try except block for right logging #467

Merged
merged 19 commits into from
Jan 21, 2022

Conversation

vasiliy-zaznobin
Copy link
Contributor

No description provided.

afalaleev
afalaleev previously approved these changes Jan 20, 2022
@@ -369,7 +366,7 @@ def _init_tx_from_holder(self, holder_account: str, storage_account: str, blocke

rlp_error = tx.neon_tx.decode(rlp_sign=rlp_sign, rlp_data=bytes(rlp_data))
if rlp_error:
self._log_warning(f'Neon tx rlp error "{rlp_error}"')
self.error(f'Neon tx rlp error: {rlp_error}, on instruction: {self}')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The format is changed here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@afalaleev afalaleev merged commit 8f5a97c into develop Jan 21, 2022
@afalaleev afalaleev deleted the 322-check_try_except_block_for_right_logging branch January 21, 2022 14:41
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.

2 participants