Compare commits

..

No commits in common. "2ac41d914a8c63a089dac0ae900619726495bec5" and "359755901d04ccd03b24c6868394ebd3755feaa2" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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