Skip to content

Commit

Permalink
Update validation wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhartnett committed Oct 18, 2024
1 parent 76bb8f5 commit f7befbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonrpc/src/methods/state.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
},
{
"name": "portal_stateGetContent",
"summary": "Get content from the local database if it exists, otherwise look up the target content key in the network. After fetching from the network the content is validated and stored in the local database if storage criteria is met before being returned.",
"summary": "Get content from the local database if it exists, otherwise look up the target content key in the network. After fetching from the network the content is validated for correctness and stored in the local database if storage criteria is met before being returned.",
"params": [
{
"$ref": "#/components/contentDescriptors/ContentKey"
Expand Down Expand Up @@ -186,7 +186,7 @@
},
{
"name": "portal_statePutContent",
"summary": "Validate and store the provided content in the local database if storage criteria is met, then send the content to interested peers. Clients may choose to send to some or all peers.",
"summary": "Validate that the content is well formed and store it in the local database if storage criteria is met, then send the content to interested peers. Clients may choose to send to some or all peers.",
"params": [
{
"$ref": "#/components/contentDescriptors/ContentKey"
Expand Down

0 comments on commit f7befbc

Please sign in to comment.