Hack to make it possible to load the Coinbase transaction from Bitcoin Core.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user