Skip to content

Commit

Permalink
Undo "Observable, Observer from rxjs/..." -> Broke overview
Browse files Browse the repository at this point in the history
  • Loading branch information
kewde committed Jun 18, 2017
1 parent 21ad574 commit c0c57c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/wallet/balances/balance.service.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Injectable } from '@angular/core';
import { Observable } from 'rxjs/Observable';
import { Observer } from 'rxjs//Observer';
import { Observable, Observer } from 'rxjs';

export class Balances {
private _total: number;
Expand Down Expand Up @@ -112,4 +111,6 @@ export class BalanceService {
When a new transaction arrives, we must update the balance. Might be worth ignoring this on IBD.
*/
}


}

0 comments on commit c0c57c1

Please sign in to comment.