Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
mehtaphysical committed May 6, 2021
1 parent ef6cbcd commit 48b546f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/seed-phrase.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { parseSeedPhrase } = require('near-seed-phrase');
const { utils: { KeyPair }, InMemorySigner } = require('near-api-js');
const { utils: { KeyPair } } = require('near-api-js');
const { InMemoryKeyStore, MergeKeyStore } = require('near-api-js/lib/key_stores');

const implicitAccountId = require('../utils/implicit-accountid');
Expand Down

0 comments on commit 48b546f

Please sign in to comment.