Skip to content

Commit

Permalink
Update docs on wallet policy name
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Nov 23, 2022
1 parent f2d8230 commit dd81561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ The sha256 hash of a serialized wallet policy is used as a *wallet policy id*.
## Wallet name

The wallet name must be recognizable from the user when shown on-screen. Currently, the following limitations apply during wallet registration:
- The wallet name must be between 1 and 16 characters long.
- The wallet name must be at least 1 and at most 64 characters long.
- Each character must be an ASCII character with code at least 32 = 0x20 (the 'space' character) and at most 125 = 0x7e (the '~' character).
- The first and the last character must _not_ be spaces.

Expand Down

0 comments on commit dd81561

Please sign in to comment.