walletdb: fix getAccounts.

This commit is contained in:
Christopher Jeffrey 2016-11-06 09:48:56 -08:00
parent 465a76a485
commit e07f9b737c
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -979,7 +979,7 @@ WalletDB.prototype.getAccounts = function getAccounts(wid) {
parse: function(data) {
return data.toString('ascii');
}
}
});
};
/**