diff --git a/index.js b/index.js index 47a3bec7..0c70a0e4 100755 --- a/index.js +++ b/index.js @@ -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) {