mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-21 14:04:03 +01:00
chore: 🔧 add extra boltz logging
This commit is contained in:
parent
0e09873dd1
commit
d1fec2b92d
1 changed files with 6 additions and 1 deletions
|
@ -109,7 +109,12 @@ export const boltzResolvers = {
|
|||
const info = detectSwap(redeemScript, lockupTransaction);
|
||||
|
||||
if (!info?.vout || !info.type) {
|
||||
logger.error('Can not get vout or type from Boltz');
|
||||
logger.error('Cannot get vout or type from Boltz');
|
||||
logger.debug('Swap info: %o', {
|
||||
redeemScript,
|
||||
lockupTransaction,
|
||||
info,
|
||||
});
|
||||
throw new Error('ErrorCreatingClaimTransaction');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue