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);
|
return this.tryUnblindTx(tx);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
throw new Error('Invalid blinding data.');
|
return tx;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user