chaindb: remove useless object.
This commit is contained in:
parent
ca3dea3470
commit
8f09755533
@ -2166,11 +2166,6 @@ function getSize(value) {
|
||||
return value.length + 80;
|
||||
}
|
||||
|
||||
function BlockPair(hash, height) {
|
||||
this.hash = hash;
|
||||
this.height = height;
|
||||
}
|
||||
|
||||
/*
|
||||
* Expose
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user