@unspent/psi
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -43,3 +43,2 @@ import { decodeTransaction, hexToBin } from '@bitauth/libauth'; | ||
}); | ||
console.log(lastBlock); | ||
// -1 is no blockheight | ||
@@ -46,0 +45,0 @@ return lastBlock ? lastBlock : { id: -1, timestamp: (new Date()).getTime() / 1000 }; |
@@ -241,3 +241,2 @@ import axios from 'axios'; | ||
}); | ||
console.log(response); | ||
// raise errors from chaingraph | ||
@@ -244,0 +243,0 @@ if (response.data.error || response.data.errors) { |
{ | ||
"name": "@unspent/psi", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "A persistent storage IndexedDB wrapper for ₿∙ϕ contracts and data using Dexie.js", | ||
@@ -5,0 +5,0 @@ "author": "2qx", |
@@ -69,4 +69,3 @@ import { | ||
console.error(error.stack || error); | ||
}); | ||
console.log(lastBlock) | ||
}); | ||
// -1 is no blockheight | ||
@@ -73,0 +72,0 @@ return lastBlock ? lastBlock : { id: -1, timestamp: (new Date()).getTime()/1000 } |
@@ -275,3 +275,2 @@ import axios from 'axios'; | ||
console.log(response) | ||
// raise errors from chaingraph | ||
@@ -278,0 +277,0 @@ if (response.data.error || response.data.errors) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
321004
2709