Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kewde committed Nov 5, 2017
1 parent c77acd2 commit 5ef8784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/wallet/shared/transaction.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class Transaction implements Deserializable {

/** Calculates the actual amount that was transfered, including the fee */
/* todo: fee is not defined in normal receive tx, wut? */
public getNetAmount() : number {
public getNetAmount(): number {
const amount: number = +this.getAmountObject().getAmount();

/* If fee undefined then just return amount */
Expand Down

0 comments on commit 5ef8784

Please sign in to comment.