Skip to content

Commit

Permalink
Merge conflict cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
janedegtiareva committed Apr 23, 2020
1 parent 4df2336 commit 80ff9d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions commands/create-account.js
Expand Up @@ -32,13 +32,9 @@ module.exports = {
};

async function createAccount(options) {
<<<<<<< HEAD
await eventtracking.track(eventtracking.EVENT_ID_CREATE_ACCOUNT_START, {});
options.initialBalance = utils.format.parseNearAmount(options.initialBalance);
// NOTE: initialBalance is passed as part of config here
=======
// NOTE: initialBalance is passed as part of config here, parsed in middleware/initial-balance
>>>>>>> master
let near = await connect(options);
let keyPair;
let publicKey;
Expand Down

0 comments on commit 80ff9d2

Please sign in to comment.