Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

AN-5188/parse fee from logs #356

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

AN-5188/parse fee from logs #356

wants to merge 2 commits into from

Conversation

forgxyz
Copy link
Collaborator

@forgxyz forgxyz commented Sep 24, 2024

No description provided.

signer_id,
ROW_NUMBER() over (
PARTITION BY receipt_object_id
ORDER BY
log_index ASC
) - 1 AS swap_index,
COALESCE(SPLIT(clean_log, ',') [0], clean_log) AS LOG,
clean_log AS LOG,
Copy link
Contributor

Choose a reason for hiding this comment

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

We can get delete this. It;s not been used

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

Successfully merging this pull request may close these issues.

2 participants