Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Add a status message for create account complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
janedegtiareva committed May 7, 2019
1 parent a34e179 commit 9e65bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ exports.createDevAccount = async function(options) {
await options.deps.createAccount(options.accountId, keyPair.getPublicKey());
const keyStore = new UnencryptedFileSystemKeyStore();
keyStore.setKey(options.accountId, keyPair);
console.log("Create account complete.");
};

async function deployContractAndWaitForTransaction(accountId, data, near) {
Expand Down

0 comments on commit 9e65bcd

Please sign in to comment.