mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Liquid unblinding: Don't throw error as default for regular liquid transactions.
This commit is contained in:
parent
7e89de4612
commit
4376de85ff
1 changed files with 1 additions and 1 deletions
|
|
@ -134,6 +134,6 @@ export class LiquidUnblinding {
|
|||
return this.tryUnblindTx(tx);
|
||||
}
|
||||
}
|
||||
throw new Error('Invalid blinding data.');
|
||||
return tx;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue