We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 505110d + d14ab4b commit 3ec760fCopy full SHA for 3ec760f
modules/sdk-core/src/bitgo/wallet/wallet.ts
@@ -2210,7 +2210,7 @@ export class Wallet implements IWallet {
2210
}
2211
2212
/**
2213
- * Accelerate a transaction's confirmation using Child-Pays-For-Parent (CPFP)
+ * Accelerate a transaction's confirmation using Child-Pays-For-Parent (CPFP) or Replace-By-Fee (RBF)
2214
* @param params
2215
*/
2216
async accelerateTransaction(params: AccelerateTransactionOptions = {}): Promise<any> {
0 commit comments