This commit is contained in:
AJ ONeal 2018-04-30 09:17:00 -06:00
commit 2ac41d914a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ module.exports.create = function (options) {
}; };
*/ */
cb(null, memDb.accounts[accountId]); cb(null, memDb.accountKeypairs[accountId]);
} }
// Accounts // Accounts
, checkKeypair: function (opts, cb) { , checkKeypair: function (opts, cb) {