bitcore-doichain
Advanced tools
Comparing version 0.1.4 to 0.1.5
import bitcore from "bitcore-doichain"; | ||
import localStorageDB from "localstoragedb"; | ||
//import localStorageDB from "localstoragedb"; | ||
@@ -8,3 +8,3 @@ const createWallet = (name) => { | ||
const db = new localStorageDB("doiworks", localStorage); //https://nadh.in/code/localstoragedb/ | ||
/* const db = new localStorageDB("doiworks", localStorage); //https://nadh.in/code/localstoragedb/ | ||
if(!db.tableExists("wallets")){ | ||
@@ -26,3 +26,3 @@ console.log('table does not exist') | ||
db.commit(); | ||
*/ | ||
return {privateKey:privateKey, publicKey:publicKey} | ||
@@ -29,0 +29,0 @@ } |
{ | ||
"name": "bitcore-doichain", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Doichain Support for Bitcore", | ||
@@ -5,0 +5,0 @@ "author": "Brandon Roberts <brandon@bxroberts.org>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
77335
36
1566