Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Add info about peer public key validation #2098

Merged
merged 1 commit into from
Feb 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add info about peer public key validation
Signed-off-by: neewy <[email protected]>
  • Loading branch information
neewy committed Feb 14, 2019
commit dca9f2d737142f19e4ab5b758d8a97b521617013
5 changes: 3 additions & 2 deletions docs/source/api/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ Structure
Validation
^^^^^^^^^^

1. Creator of the transaction has a role which has CanAddPeer permission
2. Such network address has not been already added
1. Peer key is unique (there is no other peer with such public key)
2. Creator of the transaction has a role which has CanAddPeer permission
3. Such network address has not been already added

Possible Stateful Validation Errors
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down