forked from jsnbuchanan/crowd-funder-for-time-pwa
Cleaned up old Dexie class. Added mnemonic and dateCreated columns.
This commit is contained in:
@@ -228,7 +228,9 @@ export default class AccountViewView extends Vue {
|
||||
odexie._allTables.accounts
|
||||
.add({
|
||||
publicKey: newId.keys[0].publicKeyHex,
|
||||
mnemonic: mnemonic,
|
||||
identity: JSON.stringify(newId),
|
||||
dateCreated: new Date().getTime(),
|
||||
})
|
||||
.then(function () {
|
||||
odexie._allTables.accounts.each(function (account) {
|
||||
|
||||
Reference in New Issue
Block a user