melis-fork-claimer
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -6,3 +6,3 @@ { | ||
"license": "ISC", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"main": "src/index.js", | ||
@@ -9,0 +9,0 @@ "scripts": { |
@@ -197,4 +197,4 @@ // | ||
options.timeout = 30000 | ||
if (options.doDebug) | ||
console.log("JSONFETCH " + url) | ||
//if (options.doDebug) | ||
console.log("JSONFETCH " + url) | ||
return fetch(url, options).catch(err => { | ||
@@ -371,3 +371,3 @@ console.error('myJsonFetch err: ' + err.message) | ||
async function insightQueryUtxo(baseApi, addrs, options) { | ||
const maxPerQuery = 20 | ||
const maxPerQuery = 50 | ||
let res = [] | ||
@@ -995,2 +995,3 @@ let todo = addrs | ||
async bsvRedeem(melis, params) { | ||
const bsvDriver = melis.getCoinDriver(C.COIN_PROD_BSV) | ||
const account = params.account | ||
@@ -1013,3 +1014,3 @@ const utxos = params.utxos | ||
console.log("Created new aa: ", aa) | ||
targetAddress = aa.address | ||
targetAddress = bsvDriver.toLegacyAddress(aa.address) | ||
} | ||
@@ -1016,0 +1017,0 @@ |
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
31554
940