From 25946b89097ddbe4316b8ee5fb15765340d547c5 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 3 Oct 2016 02:47:52 -0700 Subject: [PATCH] wallet: minor. --- lib/wallet/wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallet/wallet.js b/lib/wallet/wallet.js index 6fffabcc..2cf91b21 100644 --- a/lib/wallet/wallet.js +++ b/lib/wallet/wallet.js @@ -74,8 +74,8 @@ function Wallet(db, options) { this.accountDepth = 0; this.token = constants.ZERO_HASH; this.tokenDepth = 0; - this.txdb = new TXDB(this); + this.txdb = new TXDB(this); this.account = null; if (options)