txdb: remove useless props.

This commit is contained in:
Christopher Jeffrey 2017-01-08 21:57:06 -08:00
parent a25610857e
commit 469da05515
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -50,10 +50,6 @@ function TXDB(wallet) {
this.state = null;
this.pending = null;
this.events = [];
this.orphans = {};
this.count = {};
this.totalOrphans = 0;
}
/**