From e9dcc0fc42ee8a3a29d7848b2f8d3a0f57ebabc1 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Sun, 17 Apr 2016 09:46:14 +0800 Subject: [PATCH] unlock_time removed from template --- src/templates/block.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/block.html b/src/templates/block.html index ec52090..0d9d0fc 100644 --- a/src/templates/block.html +++ b/src/templates/block.html @@ -41,7 +41,7 @@ fee mixin no size [kB] - unlock time + version {{#blk_txs}} @@ -50,7 +50,7 @@ {{tx_fee}} {{mixin}} {{tx_size}} - {{unlock_time}} + {{version}} {{/blk_txs}}