Skip to content

Commit d14ab4b

Browse files
feat(sdk-core): add RBF as a transaction acceleration option
Update documentation to include RBF alongside CPFP as a method for transaction acceleration. BTC-2033 Co-authored-by: llm-git <[email protected]> TICKET: BTC-2033
1 parent b96ca49 commit d14ab4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sdk-core/src/bitgo/wallet/wallet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2210,7 +2210,7 @@ export class Wallet implements IWallet {
22102210
}
22112211

22122212
/**
2213-
* Accelerate a transaction's confirmation using Child-Pays-For-Parent (CPFP)
2213+
* Accelerate a transaction's confirmation using Child-Pays-For-Parent (CPFP) or Replace-By-Fee (RBF)
22142214
* @param params
22152215
*/
22162216
async accelerateTransaction(params: AccelerateTransactionOptions = {}): Promise<any> {

0 commit comments

Comments
 (0)