From 090dc3ff459ebeec5003536d2e95b75ef5879d18 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Thu, 20 Nov 2025 16:52:20 +1100 Subject: [PATCH] fix: Input covanent --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 5f2f93a..7cba0a8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -227,7 +227,7 @@ ${formatValue(input.coin.value)}
${input.coin.address}
-
${input.prevout.hash}:${input.prevout.index}
+ ${input.coin.covenant.action !== 'NONE' ? `
Covenant: ${input.coin.covenant.action}
` : ''} `).join('')}