Skip to content

Commit

Permalink
unconfirmed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tosch110 committed Jun 19, 2016
1 parent 47e18ff commit 8121f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/waves.ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ var Waves = (function(Waves, $, undefined) {

if(max > 0) {

var senderClass = 'class="incoming wavesTable-txIn"';
var senderClass = 'class="unconfirmed wavesTable-txIn"';
var paymentType = 'Incoming ';
if(dataunc.sender === Waves.address.getRawAddress()) {

senderClass = 'class="incoming wavesTable-txOut"';
senderClass = 'class="unconfirmed wavesTable-txOut"';
paymentType = 'Outgoing ';
}

Expand Down

0 comments on commit 8121f16

Please sign in to comment.