Skip to content

Commit

Permalink
[KEOK-117] Use keoken-wallet-client package
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-ramos committed Nov 27, 2018
1 parent 04f95ff commit 984f991
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
76 changes: 38 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"@zxing/ngx-scanner": "1.2.0",
"angular2-moment": "1.7.1",
"bitauth": "git+https://github.com/bitpay/bitauth.git#copay",
"bitcore-wallet-client": "6.7.5",
"keoken-wallet-client": "6.8.0",
"buffer-compare": "1.1.1",
"chalk": "2.4.1",
"config": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/providers/bwc/bwc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';

import { Logger } from '../../providers/logger/logger';

import * as BWC from 'bitcore-wallet-client';
import * as BWC from 'keoken-wallet-client';

@Injectable()
export class BwcProvider {
Expand Down

0 comments on commit 984f991

Please sign in to comment.