Fixing bug where RBF wasn't detected when using bitcoind
This commit is contained in:
parent
f85771e03f
commit
b15de021f7
@ -358,7 +358,7 @@ class WebsocketHandler {
|
||||
const rbfTx = rbfTransactions[rbfTransaction];
|
||||
if (config.MEMPOOL.BACKEND !== 'esplora') {
|
||||
try {
|
||||
const fullTx = await transactionUtils.$getTransactionExtended(rbfTransaction, true);
|
||||
const fullTx = await transactionUtils.$getTransactionExtended(rbfTx.txid, true);
|
||||
response['rbfTransaction'] = fullTx;
|
||||
} catch (e) {
|
||||
logger.debug('Error finding transaction in mempool: ' + (e instanceof Error ? e.message : e));
|
||||
|
Loading…
x
Reference in New Issue
Block a user