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 payment and add testcase, support partially color payment #205

Merged
merged 2 commits into from
Jun 15, 2024

Conversation

shadowv0vshadow
Copy link
Collaborator

No description provided.

@shadowv0vshadow shadowv0vshadow changed the base branch from master to develop June 15, 2024 15:45
@@ -49,7 +49,7 @@ def build_reverse_output_to_atomical_id_exponent_map(atomical_id_to_output_index

def calculate_outputs_to_color_for_ft_atomical_ids(
tx, ft_atomicals, sort_by_fifo, is_custom_coloring_activated
) -> Optional[FtColoringSummary]:
) -> FtColoringSummary | None:
Copy link
Collaborator

Choose a reason for hiding this comment

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

This should be Optional since None type could cause compatibility issues.

@wizz-wallet-dev wizz-wallet-dev merged commit 552b504 into develop Jun 15, 2024
4 checks passed
@shadowv0vshadow shadowv0vshadow deleted the fix-payment branch June 17, 2024 09:25
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