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)