Skip to content

Commit

Permalink
Deprecate rbfTxid, favoring enableRbf
Browse files Browse the repository at this point in the history
  • Loading branch information
samholmes committed Jun 10, 2024
1 parent b269a78 commit 0fe2038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

- added: New `enableRbf` field on `EdgeSpendInfo`
- changed: Deprecated `rbfTxid` field on `EdgeSpendInfo`

## 2.6.1 (2024-05-23)

Expand Down
1 change: 1 addition & 0 deletions src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ export interface EdgeSpendInfo {
/** Enables RBF on chains where RBF is optional */
enableRbf?: boolean
pendingTxs?: EdgeTransaction[]
/** @deprecated Use EdgeCurrencyWallet.accelerate instead */
rbfTxid?: string
skipChecks?: boolean

Expand Down

0 comments on commit 0fe2038

Please sign in to comment.