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

Commit

Permalink
Default initialBalance for create_account - 1 NEAR
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Oct 11, 2019
1 parent 6620ab9 commit f9ee223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/near
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const createAccount = {
.option('initialBalance', {
desc: 'Number of tokens to transfer to newly created account',
type: 'string',
required: true
default: '1000000000000000000'
}),
handler: (argv) => exitOnError(main.createAccount(argv))
};
Expand Down

0 comments on commit f9ee223

Please sign in to comment.