mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 05:12:35 +01:00
Liquid unblinding: Don't throw error as default for regular liquid transactions.
This commit is contained in:
parent
7e89de4612
commit
4376de85ff
@ -134,6 +134,6 @@ export class LiquidUnblinding {
|
||||
return this.tryUnblindTx(tx);
|
||||
}
|
||||
}
|
||||
throw new Error('Invalid blinding data.');
|
||||
return tx;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user