Compare commits

...

2 Commits

Author SHA1 Message Date
AJ ONeal 2ac41d914a Merge branch 'patch-1' of https://github.com/jotto/le-store-SPEC 2018-04-30 09:17:00 -06:00
Jonathan Otto 73f6cd5ab2 Fix accounts.setKeypair undefined return value 2016-11-15 15:14:52 -08:00
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) {