Skip to content

Commit 0c0776e

Browse files
authored
Merge pull request #178 from onflow/feature/account-create-weight-keys
Account creation with multiple keys and non default key weights
2 parents eb3a5ca + 2e75934 commit 0c0776e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/create-accounts.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ upon creation.
6363
- Valid inputs: number between 0 and 1000
6464
- Default: 1000
6565

66-
Specify the weight of the key. When key weight is provided it must
67-
match the number of keys. Specify key weight flag for each key flag.
66+
Specify the weight of the public key being added to the new account.
67+
68+
When opting to use this flag, you must specify a `--key-weight` flag for each public `--key` flag provided.
6869

6970
### Public Key Signature Algorithm
7071

0 commit comments

Comments
 (0)