Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
surinder83singh committed Jun 13, 2022
1 parent 7b72584 commit 63145a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaspa/wallet",
"version": "1.4.14",
"version": "1.4.15",
"description": "Node module for kaspa",
"main": "dist/index.js",
"author": "ASPECTRON Inc.",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@aspectron/flow-logger": ">=1.0.3",
"@kaspa/core-lib": ">=1.6.2",
"@kaspa/core-lib": ">=1.6.3",
"@types/node": "^14.14.9",
"bitcore-mnemonic": "^8.24.2",
"browser-passworder": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion wallet/cache-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class CacheStore{
constructor(wallet:Wallet){
this.wallet = wallet;
let {uid, network} = wallet;
console.log("wallet:uid", uid)
console.log("CacheStore:wallet:uid", uid)
let sNetwork:string = internalNames[network]||network;
if(typeof indexedDB != "undefined")
this.idb = new iDB({storeName:"cache", dbName:"kaspa_"+uid+"_"+sNetwork});
Expand Down

0 comments on commit 63145a8

Please sign in to comment.