From 9c67396e94b86a8952723cf5bf11b095814cca25 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 7 May 2018 23:04:41 -0700 Subject: [PATCH] Add support for Overwinter transactions. --- public/views/transaction.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/public/views/transaction.html b/public/views/transaction.html index 93a5a16..1262a5f 100644 --- a/public/views/transaction.html +++ b/public/views/transaction.html @@ -78,6 +78,29 @@ LockTime {{tx.locktime}} + + + + Version + {{tx.version}} + + + Overwintered + {{tx.fOverwintered}} + + + VersionGroupId + + 0x{{tx.nVersionGroupId.toString(16).padStart(8, "0")}} + + N/A + + + Expiry Height + {{tx.nExpiryHeight}} + + + Coinbase