Skip to content

fix: update account ID size from 64-bit to 120-bit#174

Open
0x0v4 wants to merge 1 commit into0xMiden:mainfrom
0x0v4:0x0v4-patch-1
Open

fix: update account ID size from 64-bit to 120-bit#174
0x0v4 wants to merge 1 commit into0xMiden:mainfrom
0x0v4:0x0v4-patch-1

Conversation

@0x0v4
Copy link

@0x0v4 0x0v4 commented Feb 23, 2026

Description:

Corrected a discrepancy in the documentation: the account ID size is specified as 64-bit, although the current specification uses 120-bit.

Problem:

docs/design/index.md (line 51) specifies a 64-bit Account ID, which contradicts:

  • docs/builder/quick-start/accounts.md:52 (120-bit)
  • docs/builder/quick-start/setup/cli-basics.md:95 (120-bit)
  • all current v0.12 documentation

Changes:

Replaced “64-bit” with “120-bit” in the Account ID description.

## Description:
Corrected a discrepancy in the documentation: the account ID size is specified as 64-bit, although the current specification uses 120-bit.

## Problem: 

`docs/design/index.md (line 51)` specifies a 64-bit Account ID, which contradicts:
- docs/builder/quick-start/accounts.md:52 (120-bit)
- docs/builder/quick-start/setup/cli-basics.md:95 (120-bit)
all current v0.12 documentation

## Changes: 

Replaced “64-bit” with “120-bit” in the Account ID description.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant