From 469da055154a179cf38e3bbe390376a5ee21398d Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 8 Jan 2017 21:57:06 -0800 Subject: [PATCH] txdb: remove useless props. --- lib/wallet/txdb.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/wallet/txdb.js b/lib/wallet/txdb.js index a6b4cd25..400531c6 100644 --- a/lib/wallet/txdb.js +++ b/lib/wallet/txdb.js @@ -50,10 +50,6 @@ function TXDB(wallet) { this.state = null; this.pending = null; this.events = []; - - this.orphans = {}; - this.count = {}; - this.totalOrphans = 0; } /**