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 sql query #1630

Merged
merged 2 commits into from
Apr 11, 2024
Merged

Fix sql query #1630

merged 2 commits into from
Apr 11, 2024

Conversation

ouziel-slama
Copy link
Contributor

No description provided.

@ouziel-slama ouziel-slama changed the title Fix sql queries Fix sql query Apr 10, 2024
raise exceptions.UnpackError

if enabled('segwit_support') and short_address_bytes[0] >= 0x80 and short_address_bytes[0] <= 0x8F:
if (

Check warning

Code scanning / pylint

Unnecessary "else" after "return", remove the "else" and de-indent the code inside it. Warning

Unnecessary "else" after "return", remove the "else" and de-indent the code inside it.
@@ -2,7 +2,8 @@
import struct # noqa: F401

import bitcoin
from counterpartylib.lib import config, ledger, script, exceptions # noqa: F401

from counterpartylib.lib import config, exceptions, ledger, script # noqa: F401

Check warning

Code scanning / pylint

Unused ledger imported from counterpartylib.lib. Warning

Unused ledger imported from counterpartylib.lib.
@adamkrellenstein adamkrellenstein merged commit 035e33e into develop Apr 11, 2024
17 checks passed
@adamkrellenstein adamkrellenstein deleted the fixes branch April 11, 2024 01:10
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