From 62fb54472cbbab2978339bec9865213fd5f5ee50 Mon Sep 17 00:00:00 2001 From: h3rt Date: Mon, 25 Dec 2023 15:47:42 +0100 Subject: [PATCH] Update submit.ts --- TNLS-Clients/payload-encryption/src/submit.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TNLS-Clients/payload-encryption/src/submit.ts b/TNLS-Clients/payload-encryption/src/submit.ts index 43a6df7..d1518b2 100644 --- a/TNLS-Clients/payload-encryption/src/submit.ts +++ b/TNLS-Clients/payload-encryption/src/submit.ts @@ -206,8 +206,8 @@ export function setupSubmit(element: HTMLButtonElement) {

Transaction Parameters

-

Tx Hash: ${txHash}

-

Gateway Address (to check the postExecution callback) ${publicClientAddress}

+

Tx Hash: ${txHash}

+

Gateway Address (to check the postExecution callback) ${publicClientAddress}

${JSON.stringify(tx_params)}

` })