Skip to content

Commit

Permalink
Update doc for admin_peers rpc to include inbound boolean field
Browse files Browse the repository at this point in the history
  • Loading branch information
obasekiosa committed Sep 23, 2024
1 parent db65028 commit 7a8e88f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Information about this node

### admin_peers

Displays a list of connected peers including information about them (`clientId`, `host`, `port`, `address`, `isBootnode`, `isStatic`, `enode`).
Displays a list of connected peers including information about them (`clientId`, `host`, `port`, `address`, `isBootnode`, `isStatic`, `enode`, `inbound`).

<Tabs>
<TabItem value="params" label="Parameters">
Expand Down Expand Up @@ -152,6 +152,7 @@ List of connected peers including information
- `isTrusted`: *boolean*
- `lastSignal`: *string*
- `port`: *string* (hex integer)
- `inbound`: *boolean*

</TabItem>
</Tabs>
Expand Down

0 comments on commit 7a8e88f

Please sign in to comment.