Skip to content

Transaction Not Found #1005

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
c68f770
Reddcoin Rebrand & github updates
Sep 23, 2014
58ffcf3
remove USD as viewing option for now.
Sep 24, 2014
56a7829
Changes to header info display
Sep 24, 2014
c60545e
Reddcoin logo, PoS block info
Sep 24, 2014
25097ec
read me update and header changes
Sep 25, 2014
84a9626
css updates
Sep 25, 2014
fdd1a5d
css update
Sep 25, 2014
b174ca2
More css changes
Sep 25, 2014
fd08c39
reddcoin logo css changes
Sep 25, 2014
433700d
changes to red logo display
Sep 25, 2014
0ee1962
css edits
Sep 25, 2014
1892c38
update dependencies
Sep 25, 2014
a8ab37d
Revert "update dependencies"
Sep 25, 2014
addf89b
Rebranding.
Sep 27, 2014
51ef605
Update phrases.
Sep 27, 2014
e948657
fixing header color and other minor css edits
agroff Sep 27, 2014
a3e93f6
fixing previous css issues
agroff Sep 27, 2014
1ae7a57
Removing some padding to create more space in top bar
agroff Sep 27, 2014
04379fa
reducing paddin in menu to gain some more space
agroff Sep 27, 2014
d2caa5d
Update title.
Sep 27, 2014
55f1530
Removing curreny dropdown from navigation bar
agroff Sep 27, 2014
c1a3ddc
Merge branch 'master' of github.com:reddcoin-project/reddsight
agroff Sep 27, 2014
70e8933
swap favicons
Sep 27, 2014
34c8779
css changes to match reddcoin.com
Sep 27, 2014
b2c4153
Make title start with 'Reddsight | '
Sep 27, 2014
9b4952e
hover and active links with teal bar underneath
Sep 27, 2014
1050a7a
Update README and packaging.
Sep 27, 2014
882742b
Skip empty coinbase and empty vout of coinstake.
Sep 29, 2014
5b2793b
Add Google Analytics and fix meta tags
reddcoin Oct 1, 2014
5d6f973
Add link to reddcoin.com
reddcoin Oct 2, 2014
a76a04c
Add Home button
reddcoin Oct 2, 2014
4d001e4
Remove # of connections from main header bar
Oct 8, 2014
2044319
Add API link
reddcoin Oct 8, 2014
48a6ce8
Let supply display properly.
Oct 8, 2014
f23226c
Merge pull request #2 from reddcoin-project/explorer
Oct 8, 2014
fb81a61
Remove empty/useless status fields
reddcoin Oct 26, 2014
1a7ff8e
Fixing CSS Bug in header on mobile
agroff Oct 26, 2014
e14c11b
Bump version.
Nov 21, 2014
7ce9587
add docker configuration
reddink Aug 3, 2020
364e390
Create all.yml
reddink Aug 3, 2020
c9360a4
add status badge
reddink Aug 3, 2020
124280c
update repository path
reddink Aug 3, 2020
c611167
add data path
reddink Aug 4, 2020
2acfd34
use docker network
reddink Aug 4, 2020
d48ef3f
use service name
reddink Aug 5, 2021
4ad99ba
expose correct port on dockerfile
reddink Aug 6, 2021
b6a472b
use more of the default values within the Dokerfile
reddink Aug 6, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Reddcoin Rebrand & github updates
BTC —> RDD
Bitcoin —> Reddcoin
bitcoin —> reddcoin
Insight —> Reddsight (index.html title)
github.com/bitpay —> reddcoin-project
  • Loading branch information
micro-machine committed Sep 23, 2014
commit c68f77044e2114336610cf7e8b0ef44f18ab8deb
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ front-end and LevelDB for storage.

Check some screenshots and more details at [insight's project homepage](http://insight.is/).

*Insight* project is now splitted in two repositories. One for the [API](https://github.com/bitpay/insight-api) and for the front-end. This repository is for the front-end, which will install the API as a NPM dependency.
*Insight* project is now splitted in two repositories. One for the [API](https://github.com/reddcoin-project/reddsight-api) and for the front-end. This repository is for the front-end, which will install the API as a NPM dependency.

## Prerequisites

Expand All @@ -19,7 +19,7 @@ Check some screenshots and more details at [insight's project homepage](http://i

To install Insight, clone the main repository:

$ git clone https://github.com/bitpay/insight.git && cd insight
$ git clone https://github.com/reddcoin-project/reddsight.git && cd insight

Install dependencies:

Expand All @@ -34,7 +34,7 @@ Check some screenshots and more details at [insight's project homepage](http://i
http://localhost:3001

If *insight* reports problems connecting to **bitcoind** please check the CONFIGURATION section of
[insight-api README](https://github.com/bitpay/insight-api/blob/master/README.md). To set the
[insight-api README](https://github.com/reddcoin-project/reddsight-api/blob/master/README.md). To set the
environment variables run something like:

$ INSIGHT_NETWORK=livenet BITCOIND_USER=user BITCOIND_PASS=pass INSIGHT_PUBLIC_PATH=public npm start
Expand All @@ -43,7 +43,7 @@ Check some screenshots and more details at [insight's project homepage](http://i
Please note that the app will need to sync its internal database
with the blockchain state, which may take some time. You can check
sync progress from within the web interface. More details about that process
on [insight-api README](https://github.com/bitpay/insight-api/blob/master/README.md).
on [insight-api README](https://github.com/reddcoin-project/reddsight-api/blob/master/README.md).


## Nginx Setup
Expand Down Expand Up @@ -130,11 +130,11 @@ compile***.

## Note

For more details about the *insight API* configs and end-point, just go to [insight API github repository](https://github.com/bitpay/insight-api) or read the [documentation](https://github.com/bitpay/insight-api/blob/master/README.md)
For more details about the *insight API* configs and end-point, just go to [insight API github repository](https://github.com/reddcoin-project/reddsight-api) or read the [documentation](https://github.com/reddcoin-project/reddsight-api/blob/master/README.md)

## Contribute

Contributions and suggestions are welcomed at [insight github repository](https://github.com/bitpay/insight).
Contributions and suggestions are welcomed at [insight github repository](https://github.com/reddcoin-project/reddsight).


## License
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "insight-bitcore",
"description": "An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the bitcoin network and build your own services with it.",
"description": "An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the reddcoin network and build your own services with it.",
"version": "0.2.5",
"author": {
"name": "Ryan X Charles",
"email": "[email protected]"
},
"repository": "git://github.com/bitpay/insight.git",
"repository": "git://github.com/reddcoin-project/reddsight.git",
"contributors": [
{
"name": "Matias Alejo Garcia",
Expand All @@ -30,23 +30,23 @@
}
],
"bugs": {
"url": "https://github.com/bitpay/insight/issues"
"url": "https://github.com/reddcoin-project/reddsight/issues"
},
"homepage": "https://github.com/bitpay/insight",
"homepage": "https://github.com/reddcoin-project/reddsight",
"license": "MIT",
"keywords": [
"insight",
"blockchain",
"blockexplorer",
"bitcoin",
"reddcoin",
"bitcore",
"front-end"
],
"scripts": {
"start": "INSIGHT_PUBLIC_PATH=public node node_modules/.bin/insight-bitcore-api"
},
"dependencies": {
"insight-bitcore-api": ">0.2.10"
"insight-bitcore-api": "git://github.com/reddcoin-project/reddsight-api.git"
},
"devDependencies": {
"bower": "~1.2.8",
Expand Down
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="fragment" content="!">
<title data-ng-bind="$root.title + $root.titleDetail + ' | Insight'">Insight</title>
<meta name="keywords" content="bitcoins, transactions, blocks, address, block chain, best block, mining difficulty, hash serialized">
<meta name="description" content="Bitcoin Insight. View detailed information on all bitcoin transactions and block. {{ $root.title + $root.titleDetail }}">
<title data-ng-bind="$root.title + $root.titleDetail + ' | Reddsight'">Reddsight</title>
<meta name="keywords" content="reddcoins, transactions, blocks, address, block chain, best block, mining difficulty, hash serialized">
<meta name="description" content="Reddcoin Insight. View detailed information on all reddcoin transactions and block. {{ $root.title + $root.titleDetail }}">
<link rel="shortcut icon" href="/img/icons/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,400italic">
<link rel="stylesheet" href="/css/main.min.css">
Expand Down
2 changes: 1 addition & 1 deletion public/js/main.min.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions public/src/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@ angular.module('insight').config(function($routeProvider) {
$routeProvider.
when('/block/:blockHash', {
templateUrl: '/views/block.html',
title: 'Bitcoin Block '
title: 'Reddcoin Block '
}).
when('/block-index/:blockHeight', {
controller: 'BlocksController',
templateUrl: '/views/redirect.html'
}).
when('/tx/:txId/:v_type?/:v_index?', {
templateUrl: '/views/transaction.html',
title: 'Bitcoin Transaction '
title: 'Reddcoin Transaction '
}).
when('/', {
templateUrl: '/views/index.html',
title: 'Home'
}).
when('/blocks', {
templateUrl: '/views/block_list.html',
title: 'Bitcoin Blocks solved Today'
title: 'Reddcoin Blocks solved Today'
}).
when('/blocks-date/:blockDate/:startTimestamp?', {
templateUrl: '/views/block_list.html',
title: 'Bitcoin Blocks solved '
title: 'Reddcoin Blocks solved '
}).
when('/address/:addrStr', {
templateUrl: '/views/address.html',
title: 'Bitcoin Address '
title: 'Reddcoin Address '
}).
when('/status', {
templateUrl: '/views/status.html',
Expand Down
4 changes: 2 additions & 2 deletions public/src/js/controllers/currency.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ angular.module('insight.currency').controller('CurrencyController',

if (this.symbol === 'USD') {
response = _roundFloat((value * this.factor), 2);
} else if (this.symbol === 'mBTC') {
} else if (this.symbol === 'mRDD') {
this.factor = 1000;
response = _roundFloat((value * this.factor), 5);
} else {
Expand All @@ -42,7 +42,7 @@ angular.module('insight.currency').controller('CurrencyController',
Currency.get({}, function(res) {
$rootScope.currency.factor = $rootScope.currency.bitstamp = res.data.bitstamp;
});
} else if (currency === 'mBTC') {
} else if (currency === 'mRDD') {
$rootScope.currency.factor = 1000;
} else {
$rootScope.currency.factor = 1;
Expand Down
2 changes: 1 addition & 1 deletion public/src/js/controllers/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ angular.module('insight.system').controller('HeaderController',
$rootScope.currency = {
factor: 1,
bitstamp: 0,
symbol: 'BTC'
symbol: 'RDD'
};

$scope.menu = [{
Expand Down
2 changes: 1 addition & 1 deletion public/src/js/controllers/scanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ angular.module('insight.system').controller('ScannerController',
qrcode.callback = function(data) {
_scanStop();

var str = (data.indexOf('bitcoin:') === 0) ? data.substring(8) : data;
var str = (data.indexOf('reddcoin:') === 0) ? data.substring(8) : data;
console.log('QR code detected: ' + str);
$searchInput
.val(str)
Expand Down
10 changes: 5 additions & 5 deletions public/views/address.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h3>Address</h3> {{address.addrStr}}
<span class="btn-copy" clip-copy="address.addrStr"></span>
</div>
<div class="col-md-4">
<span class="txvalues txvalues-primary"><strong>Final Balance</strong> {{$root.currency.getConvertion(address.balance) || address.balance + ' BTC' }}</span>
<span class="txvalues txvalues-primary"><strong>Final Balance</strong> {{$root.currency.getConvertion(address.balance) || address.balance + ' RDD' }}</span>
</div>
</div>
<div class="hide_snavbar">
Expand All @@ -17,7 +17,7 @@ <h3>Address</h3> {{address.addrStr}}
</a>
</div>
</div>
<h1>Address <small data-ng-show="address.addrStr">{{$root.currency.getConvertion(address.balance) || address.balance + ' BTC'}}</small></h1>
<h1>Address <small data-ng-show="address.addrStr">{{$root.currency.getConvertion(address.balance) || address.balance + ' RDD'}}</small></h1>
<div class="text-muted" data-ng-if="!address.addrStr">
<span>Loading Address Information <span class="loader-gif"></span>
</div>
Expand All @@ -34,15 +34,15 @@ <h2>Summary <small>confirmed</small></h2>
<tbody>
<tr>
<td><strong>Total Received</strong></td>
<td class="ellipsis text-right">{{$root.currency.getConvertion(address.totalReceived) || address.totalReceived + ' BTC'}}</td>
<td class="ellipsis text-right">{{$root.currency.getConvertion(address.totalReceived) || address.totalReceived + ' RDD'}}</td>
</tr>
<tr>
<td><strong>Total Sent</strong></td>
<td class="ellipsis text-right">{{$root.currency.getConvertion(address.totalSent) || address.totalSent + ' BTC'}}</td>
<td class="ellipsis text-right">{{$root.currency.getConvertion(address.totalSent) || address.totalSent + ' RDD'}}</td>
</tr>
<tr>
<td><strong>Final Balance</strong></td>
<td class="ellipsis text-right">{{$root.currency.getConvertion(address.balance) || address.balance + ' BTC'}}</td>
<td class="ellipsis text-right">{{$root.currency.getConvertion(address.balance) || address.balance + ' RDD'}}</td>
</tr>
<tr>
<td><strong>No. Transactions</strong></td>
Expand Down
2 changes: 1 addition & 1 deletion public/views/block.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>Summary</h2>
</tr>
<tr>
<td><strong>Block Reward</strong></td>
<td class="text-right text-muted">{{$root.currency.getConvertion(block.reward) || block.reward + ' BTC'}}</td>
<td class="text-right text-muted">{{$root.currency.getConvertion(block.reward) || block.reward + ' RDD'}}</td>
</tr>
<tr>
<td><strong>Timestamp</strong></td>
Expand Down
4 changes: 2 additions & 2 deletions public/views/includes/connection.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<strong>Error!</strong>

<p data-ng-show="!apiOnline">
Can't connect to bitcoind to get live updates from the p2p network.
(Tried connecting to bitcoind at {{host}}:{{port}} and failed.)
Can't connect to reddcoind to get live updates from the p2p network.
(Tried connecting to reddcoind at {{host}}:{{port}} and failed.)
</p>

<p data-ng-show="!serverOnline">
Expand Down
4 changes: 2 additions & 2 deletions public/views/includes/currency.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<a href="#" data-ng-click="setCurrency('USD')" data-ng-class="{active: currency.symbol == 'USD'}">USD</a>
</li>
<li>
<a href="#" data-ng-click="setCurrency('BTC')" data-ng-class="{active: currency.symbol == 'BTC'}">BTC</a>
<a href="#" data-ng-click="setCurrency('RDD')" data-ng-class="{active: currency.symbol == 'RDD'}">RDD</a>
</li>
<li>
<a href="#" data-ng-click="setCurrency('mBTC')" data-ng-class="{active: currency.symbol == 'mBTC'}">mBTC</a>
<a href="#" data-ng-click="setCurrency('mRDD')" data-ng-class="{active: currency.symbol == 'mRDD'}">mRDD</a>
</li>
</ul>

6 changes: 3 additions & 3 deletions public/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2>Latest Transactions</h2>
<td>
<a class="ellipsis" href="/tx/{{tx.txid}}">{{tx.txid}}</a>
</td>
<td class="text-right"><span class="ellipsis">{{tx.valueOut}} BTC</span></td>
<td class="text-right"><span class="ellipsis">{{tx.valueOut}} RDD</span></td>
</tr>
</tbody>
</table>
Expand All @@ -63,9 +63,9 @@ <h2>Latest Transactions</h2>
<h2> About </h2>
<p><strong>insight</strong> is an <a href="http://live.insight.is/" target="_blank">open-source Bitcoin blockchain explorer</a> with complete REST
and websocket APIs that can be used for writing web wallets and other apps
that need more advanced blockchain queries than provided by bitcoind RPC.
that need more advanced blockchain queries than provided by reddcoind RPC.
Check out the <a href="http://github.com/bitpay/insight" target="_blank">source code</a>.</p>
<p><strong>insight</strong> is still in development, so be sure to report any bugs and provide feedback for improvement at our <a href="https://github.com/bitpay/insight/issues" target="_blank">github issue tracker</a>.</p>
<p><strong>insight</strong> is still in development, so be sure to report any bugs and provide feedback for improvement at our <a href="https://github.com/reddcoin-project/reddsight/issues" target="_blank">github issue tracker</a>.</p>
<div id="powered" class="row">
<div class="powered-text">
<small class="text-muted">Powered by</small>
Expand Down
4 changes: 2 additions & 2 deletions public/views/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2>Last Block</h2>
<thead data-ng-include src="'/views/includes/infoStatus.html'"></thead>
<tbody>
<tr>
<td>Last Block Hash (Bitcoind)</td>
<td>Last Block Hash (Reddcoind)</td>
<td class="text-right ellipsis"><a href="/block/{{lastblockhash}}">{{lastblockhash}}</a></td>
</tr>
<tr>
Expand Down Expand Up @@ -117,7 +117,7 @@ <h2>Transaction Output Set Information</h2>
</div> <!-- END OF COL-8 -->

<div class="col-xs-12 col-md-4 col-gray">
<h2>Bitcoin node information</h2>
<h2>Reddcoin node information</h2>
<table class="table" data-ng-controller="StatusController" data-ng-init="getStatus('Info')">
<thead data-ng-include src="'/views/includes/infoStatus.html'"></thead>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion public/views/transaction.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h3>Transaction</h3>
<div class="col-md-6 col-lg-5 text-right">
<span data-ng-show="tx.confirmations" class="txvalues txvalues-success">{{tx.confirmations}} Confirmations</span>
<span data-ng-show="!tx.confirmations" class="txvalues txvalues-danger">Unconfirmed Transaction!</span>
<span class="txvalues txvalues-primary">{{$root.currency.getConvertion(tx.valueOut) || tx.valueOut + ' BTC' }}</span>
<span class="txvalues txvalues-primary">{{$root.currency.getConvertion(tx.valueOut) || tx.valueOut + ' RDD' }}</span>
</div>
</div>
<div class="hide_snavbar">
Expand Down
16 changes: 8 additions & 8 deletions public/views/transaction/tx.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
<div class="panel panel-default" data-ng-repeat="vin in tx.vinSimple| startFrom:currentInNoExpanded*sizeInNoExpanded | limitTo:sizeInNoExpanded">
<div class="panel-body transaction-vin-vout">
<div class="pull-right btc-value" data-ng-class="{'text-danger': $root.currentAddr == vin.addr}">
{{$root.currency.getConvertion(vin.value) || vin.value + ' BTC'}}
{{$root.currency.getConvertion(vin.value) || vin.value + ' RDD'}}
</div>
<div class="ellipsis">
<span data-ng-show="vin.notAddr">{{vin.addr}}</span>
<span class="text-muted" title="Current Bitcoin Address" data-ng-show="vin.addr == $root.currentAddr">{{vin.addr}}</span>
<span class="text-muted" title="Current Reddcoin Address" data-ng-show="vin.addr == $root.currentAddr">{{vin.addr}}</span>
<a href="/address/{{vin.addr}}" data-ng-show="!vin.notAddr && vin.addr != $root.currentAddr">{{vin.addr}}</a>
</div>
<div data-ng-show="vin.unconfirmedInput" class="text-danger"> <span class="glyphicon glyphicon-warning-sign"></span> (Input unconfirmed)</div>
Expand All @@ -61,7 +61,7 @@
<div class="panel panel-default transaction-vin-vout">
<div class="panel-body">
<div class="pull-right btc-value">
{{$root.currency.getConvertion(vin.value) || vin.value + ' BTC'}}
{{$root.currency.getConvertion(vin.value) || vin.value + ' RDD'}}
</div>
<div class="ellipsis">
<a class="glyphicon glyphicon-chevron-right" href="/tx/{{vin.txid}}/>/{{vin.vout}}" title="Outpoint: {{vin.txid}},{{vin.vout}}"></a>
Expand Down Expand Up @@ -117,14 +117,14 @@
<div class="transaction-vin-vout panel panel-default">
<div class="panel-body">
<div class="pull-right btc-value" data-ng-class="{'text-success': $root.currentAddr == vout.addr}">
{{$root.currency.getConvertion(vout.value) || vout.value + ' BTC' }}
{{$root.currency.getConvertion(vout.value) || vout.value + ' RDD' }}
<span class="text-danger" data-ng-show="vout.isSpent" tooltip="Output is spent" tooltip-placement="left">(S)</span>
<span class="text-success" data-ng-show="!vout.isSpent" tooltip="Output is unspent" tooltip-placement="left">(U)</span>
</div>

<div class="ellipsis">
<span data-ng-show="vout.notAddr">{{vout.addr}}</span>
<span class="text-muted" title="Current Bitcoin Address" data-ng-show="address == $root.currentAddr" data-ng-repeat="address in vout.addr.split(',')">{{vout.addr}}</span>
<span class="text-muted" title="Current Reddcoin Address" data-ng-show="address == $root.currentAddr" data-ng-repeat="address in vout.addr.split(',')">{{vout.addr}}</span>
<a href="/address/{{address}}" data-ng-show="!vout.notAddr && address != $root.currentAddr" data-ng-repeat="address in vout.addr.split(',')">{{address}}</a>
</div>
</div>
Expand All @@ -142,7 +142,7 @@
<div class="panel panel-default transaction-vin-vout">
<div class="panel-body">
<div class="pull-right btc-value">
<span>{{$root.currency.getConvertion(vout.value) || vout.value + ' BTC'}}
<span>{{$root.currency.getConvertion(vout.value) || vout.value + ' RDD'}}
<span class="text-success" data-ng-show="!vout.spentTxId" tooltip="Output is unspent" tooltip-placement="left">(U)</span>
<a class="glyphicon glyphicon-chevron-right" data-ng-show="vout.spentTxId" href="/tx/{{vout.spentTxId}}/</{{vout.spentIndex}}" title="Spent at: {{vout.spentTxId}},{{vout.spentIndex}}"></a>
</span>
Expand Down Expand Up @@ -184,11 +184,11 @@

<div class="line-top row" data-ng-hide="!tx">
<div class="col-xs-6 col-sm-4 col-md-4">
<span data-ng-show="!tx.isCoinBase && !isNaN(parseFloat(tx.fees))" class="txvalues txvalues-default">Fees: {{$root.currency.getConvertion(tx.fees) || tx.fees + 'BTC'}} </span>
<span data-ng-show="!tx.isCoinBase && !isNaN(parseFloat(tx.fees))" class="txvalues txvalues-default">Fees: {{$root.currency.getConvertion(tx.fees) || tx.fees + 'RDD'}} </span>
</div>
<div class="col-xs-6 col-sm-8 col-md-8 text-right">
<span data-ng-show="tx.confirmations" class="txvalues txvalues-success">{{tx.confirmations}} Confirmations</span>
<span data-ng-show="!tx.confirmations" class="txvalues txvalues-danger">Unconfirmed Transaction!</span>
<span class="txvalues txvalues-primary">{{$root.currency.getConvertion(tx.valueOut) || tx.valueOut + ' BTC' }}</span>
<span class="txvalues txvalues-primary">{{$root.currency.getConvertion(tx.valueOut) || tx.valueOut + ' RDD' }}</span>
</div>
</div>