Skip to content

Commit

Permalink
Clarify manage_data value in SEP-10 (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Quisel authored Aug 6, 2019
1 parent 6fa9ab5 commit 170814a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem/sep-0010.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ On success the endpoint must return `200 OK` HTTP status code and a JSON object
* time bounds: `{min: now(), max: now() + 300 }` (we recommend expiration of 5 minutes to give user time to sign transaction)
* operations: `manage_data(source: client_account, key: '<anchor name> auth', value: random_nonce())`
* The value of key is not important, but can be the name of the anchor followed by `auth`. It can be at most 64 bytes.
* The value must be a 64 byte long base64 encoded cryptographic-quality random string
* The value must be 64 bytes long. It contains a 48 byte cryptographic-quality random string encoded using base64 (for a total of 64 bytes after encoding).
* signature by the web service signing account
* `network_passphrase`: (optional but recommended) Stellar network passphrase used by the server. This allows the client to verify that it's using the correct passphrase when signing.

Expand Down

0 comments on commit 170814a

Please sign in to comment.