Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dapp permissions #16

Merged
merged 15 commits into from
Mar 21, 2018
Prev Previous commit
Remove persist.clear()
  • Loading branch information
floating committed Mar 21, 2018
commit e0428f0ff8dbe0713a81aea22c93c8bf77fb4f87
1 change: 0 additions & 1 deletion app/store/state/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import uuid from 'uuid/v4'

const PersistStore = require('electron-store') // Stored remotely in future on IPFS or something
const persist = new PersistStore()
persist.clear()

let initial = {
panel: {
Expand Down