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 6159597fb4
commit 3bf1d58a50
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;
}
}