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

Implement failed swap resolving methods #708

Merged
merged 4 commits into from
Oct 25, 2023

Conversation

danielgranhao
Copy link
Collaborator

No description provided.

@danielgranhao danielgranhao force-pushed the feature/resolve-failed-swaps branch 3 times, most recently from c859d7b to b4e494a Compare October 20, 2023 18:27
examples/3l-node/cli.rs Outdated Show resolved Hide resolved
examples/3l-node/cli.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
sequence<FailedSwapInfo> get_unresolved_failed_swaps();

[Throws=LnError]
string refund_failed_swap(string failed_swap_address, string to_address, u32 onchain_fee_rate);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
string refund_failed_swap(string failed_swap_address, string to_address, u32 onchain_fee_rate);
string resolve_failed_swap(string failed_swap_address, string to_address, u32 onchain_fee_rate);

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Applied in 6be1ed1

@danielgranhao danielgranhao force-pushed the feature/resolve-failed-swaps branch from 6be1ed1 to e266e70 Compare October 25, 2023 15:27
@danielgranhao danielgranhao force-pushed the feature/resolve-failed-swaps branch from e266e70 to 8743455 Compare October 25, 2023 15:40
@danielgranhao danielgranhao merged commit a641755 into main-breez Oct 25, 2023
@danielgranhao danielgranhao deleted the feature/resolve-failed-swaps branch October 25, 2023 16:08
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