wallet: minor.

This commit is contained in:
Christopher Jeffrey 2016-10-03 02:47:52 -07:00
parent 41b342350f
commit 25946b8909
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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)