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('')}