Skip to content

Commit 53c7368

Browse files
fix(docs): wrong payment reference length in fsa overview
1 parent 0d27f8b commit 53c7368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/smart-accounts/1-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The payment receipt is a `bytes32` value.
4444
The first byte is reserved for the instruction code.
4545
The second byte is a wallet identifier;
4646
this is a number assigned to wallet providers by the Flare Foundation, and should otherwise be `0`.
47-
The remaining 31 bytes are the parameters for the chosen instruction.
47+
The remaining 30 bytes are the parameters for the chosen instruction.
4848

4949
In practice, the payment receipt should be prepared by a backend, through a web form.
5050

0 commit comments

Comments
 (0)