bitcoin-inventory
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "bitcoin-inventory", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Exchange transactions with peers", | ||
@@ -26,2 +26,3 @@ "main": "index.js", | ||
"create-hash": "^1.2.0", | ||
"debug": "^4.1.1", | ||
"map-deque": "0.0.2", | ||
@@ -28,0 +29,0 @@ "old": "^0.1.3" |
'use strict' | ||
const debug = require('debug')('bitcoin-inventory') | ||
const EventEmitter = require('events') | ||
@@ -71,3 +72,5 @@ const protocol = require('bitcoin-protocol') | ||
_onReject (message, peer = this.peers) { | ||
console.log('got reject', message) | ||
debug('got reject', message) | ||
// TODO: if most peers give us the same reject code, | ||
// emit it as an error | ||
} | ||
@@ -74,0 +77,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
6985
127
5
+ Addeddebug@^4.1.1
+ Addeddebug@4.3.7(transitive)
+ Addedms@2.1.3(transitive)