pool: minor.
This commit is contained in:
parent
c10f689435
commit
0eaa26a374
@ -3130,7 +3130,6 @@ LoadRequest.prototype.finish = function finish() {
|
|||||||
|
|
||||||
LoadRequest.prototype.inspect = function inspect() {
|
LoadRequest.prototype.inspect = function inspect() {
|
||||||
return '<LoadRequest:'
|
return '<LoadRequest:'
|
||||||
+ ' id=' + this.id
|
|
||||||
+ ' type=' + (this.type === invTypes.TX ? 'tx' : 'block')
|
+ ' type=' + (this.type === invTypes.TX ? 'tx' : 'block')
|
||||||
+ ' active=' + this.active
|
+ ' active=' + this.active
|
||||||
+ ' hash=' + util.revHex(this.hash)
|
+ ' hash=' + util.revHex(this.hash)
|
||||||
@ -3310,7 +3309,6 @@ BroadcastItem.prototype.reject = function reject(peer) {
|
|||||||
|
|
||||||
BroadcastItem.prototype.inspect = function inspect() {
|
BroadcastItem.prototype.inspect = function inspect() {
|
||||||
return '<BroadcastItem:'
|
return '<BroadcastItem:'
|
||||||
+ ' id=' + this.id
|
|
||||||
+ ' type=' + (this.type === invTypes.TX ? 'tx' : 'block')
|
+ ' type=' + (this.type === invTypes.TX ? 'tx' : 'block')
|
||||||
+ ' hash=' + util.revHex(this.hash)
|
+ ' hash=' + util.revHex(this.hash)
|
||||||
+ '>';
|
+ '>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user