Hack to make it possible to load the Coinbase transaction from Bitcoin Core.

This commit is contained in:
softsimon
2021-01-02 04:40:10 +07:00
parent 89b4de2484
commit a25125091d
4 changed files with 19 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ class TransactionUtils {
return this.extendTransaction(transaction);
} catch (e) {
logger.debug('getTransactionExtended error: ' + (e.message || e));
logger.debug(JSON.stringify(e));
return null;
}
}