diff --git a/index.js b/index.js index 4d27cf3..267779c 100644 --- a/index.js +++ b/index.js @@ -57,7 +57,7 @@ module.exports.create = function (options) { }; */ - cb(null, memDb.accounts[accountId]); + cb(null, memDb.accountKeypairs[accountId]); } // Accounts , checkKeypair: function (opts, cb) {