Skip to content

Commit

Permalink
add rpc_getParameters()
Browse files Browse the repository at this point in the history
  • Loading branch information
kewde committed Jun 22, 2017
1 parent 508cdfa commit 8a88ce0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/wallet/balances/balance.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ export class BalanceService {
this._observer.next(balances);
}

rpc_getParameters() {
return ("");
}
/*
Expand Down

0 comments on commit 8a88ce0

Please sign in to comment.