Skip to content

Commit

Permalink
Remove accientally added method from threebox controller
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Sep 26, 2019
1 parent 2cddae3 commit 12ccac3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/scripts/controllers/threebox.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ class ThreeBoxController {
})
}

async _checkThreeBoxBackupExistance () {

}

async new3Box () {
const accounts = await this.keyringController.getAccounts()
this.address = await this.keyringController.getAppKeyAddress(accounts[0], 'wallet://3box.metamask.io')
Expand Down

0 comments on commit 12ccac3

Please sign in to comment.