We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d27f8b commit 53c7368Copy full SHA for 53c7368
docs/smart-accounts/1-overview.mdx
@@ -44,7 +44,7 @@ The payment receipt is a `bytes32` value.
44
The first byte is reserved for the instruction code.
45
The second byte is a wallet identifier;
46
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.
+The remaining 30 bytes are the parameters for the chosen instruction.
48
49
In practice, the payment receipt should be prepared by a backend, through a web form.
50
0 commit comments