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

New enableRbf field on EdgeSpendInfo #598

Merged
merged 2 commits into from
Jun 10, 2024
Merged

New enableRbf field on EdgeSpendInfo #598

merged 2 commits into from
Jun 10, 2024

Conversation

samholmes
Copy link
Contributor

@samholmes samholmes commented Jun 7, 2024

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Description

none

CHANGELOG.md Show resolved Hide resolved
src/types/types.ts Show resolved Hide resolved
@@ -670,6 +670,7 @@ export interface EdgeSpendInfo {
/** Enables/disables RBF for currencies where RBF is opt-in or optional. */
enableRbf?: boolean
pendingTxs?: EdgeTransaction[]
/** @deprecated Use enableRbf instead */
Copy link
Contributor

Choose a reason for hiding this comment

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

The enableRbf flag isn't right alternative. This comment should say "Use EdgeCurrencyWallet.accelerate instead"

@samholmes samholmes force-pushed the sam/rbf-spend-info branch from b90ae66 to 5374807 Compare June 10, 2024 18:25
@samholmes samholmes force-pushed the sam/rbf-spend-info branch from 3dcac6f to 0fe2038 Compare June 10, 2024 22:00
@samholmes samholmes enabled auto-merge June 10, 2024 22:00
@samholmes samholmes merged commit 6155f9e into master Jun 10, 2024
2 checks passed
@samholmes samholmes deleted the sam/rbf-spend-info branch June 10, 2024 22:17
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