Skip to content

Commit d123273

Browse files
committed
Fix rpc schema and account info
1 parent 1822272 commit d123273

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

condor/jsonrpc-comp/rpc-2.0/schema.json.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"title": "Client API of Casper Node",
77
"description": "This describes the JSON-RPC 2.0 API of a node on the Casper network.",
88
"contact": {
9-
"name": "Casper Labs",
10-
"url": "https://casperlabs.io"
9+
"name": "Casper Association",
10+
"url": "https://docs.casper.network"
1111
},
1212
"license": {
1313
"name": "APACHE LICENSE, VERSION 2.0",

docs/concepts/serialization/structures.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
## Account {#serialization-standard-account}
44

5-
An Account is a structure that represented a user on a legacy Casper network. Alongside the Casper 2.0 protocol release, `Accounts` were replaced with `AddressableEntities` of the type `Account`.
6-
7-
**Important:** Addressable Entity is turned off in Casper 2.0 and will be enabled in a future release.
5+
An Account is a structure that represented a user on Casper network.
86

97
The account structure consists of the following fields:
108

versioned_docs/version-2.0.0/concepts/serialization/structures.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
## Account {#serialization-standard-account}
44

5-
An Account is a structure that represented a user on a legacy Casper network. Alongside the Casper 2.0 protocol release, `Accounts` were replaced with `AddressableEntities` of the type `Account`.
6-
7-
**Important:** Addressable Entity is turned off in Casper 2.0 and will be enabled in a future release.
5+
An Account is a structure that represented a user on Casper network.
86

97
The account structure consists of the following fields:
108

0 commit comments

Comments
 (0)