We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430fd7b commit e7a3f98Copy full SHA for e7a3f98
1 file changed
packages/cashscript/src/TransactionBuilder.ts
@@ -318,7 +318,7 @@ export class TransactionBuilder {
318
return raw ? await this.getTxDetails(txid, raw) : await this.getTxDetails(txid);
319
} catch (e: any) {
320
const reason = e.error ?? e.message;
321
- throw new FailedTransactionError(reason, this.getBitauthUri());
+ throw new FailedTransactionError(reason, getBitauthUri(this.getLibauthTemplate()));
322
}
323
324
0 commit comments