Skip to content

Commit

Permalink
Keystore: switch to file system keystore from nearlib
Browse files Browse the repository at this point in the history
  • Loading branch information
janedegtiareva committed May 7, 2019
1 parent 2d71740 commit c28a6ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 70 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { InMemoryKeyStore, KeyPair } = require('nearlib');
const neardev = require('nearlib/dev');
const UnencryptedFileSystemKeyStore = require('./unencrypted_file_system_keystore');
const UnencryptedFileSystemKeyStore = require('nearlib/signing/unencrypted_file_system_keystore');
const fs = require('fs');
const yargs = require('yargs');
const ncp = require('ncp').ncp;
Expand Down
69 changes: 0 additions & 69 deletions unencrypted_file_system_keystore.js

This file was deleted.

0 comments on commit c28a6ee

Please sign in to comment.