Skip to content

Commit 0350fdd

Browse files
committed
docs: fix
1 parent 99f54cf commit 0350fdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

APP_DEV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ From there, the client computes locally:
186186
- `command_hash = blake3(JSON.stringify(prepared_command))` (hex32)
187187
- `tx = blake3(createMessage(networkId, txv, iw, command_hash, bs, mbs, nonce, operationType))` (hex32)
188188

189-
### Step D — Sign locally in the wallet
189+
### Step D — Sign locally with the wallet
190190

191191
Wallet signs the **bytes** of `tx` (32 bytes) with its private key to produce:
192192
- `signature` (hex64)

0 commit comments

Comments
 (0)