Skip to content

Commit

Permalink
remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kewde committed Nov 5, 2017
1 parent fe073f4 commit 0598f63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/wallet/shared/transaction.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export class Transaction implements Deserializable {
/* sent */
} else if (amount < 0) {
return new Amount(+amount + (+this.fee)).getAmount();
//return net;
} else {
return new Amount(+amount - (+this.fee)).getAmount();
}
Expand Down

0 comments on commit 0598f63

Please sign in to comment.