Skip to content

Commit

Permalink
Fixing admin_key rest example in the design (#9063)
Browse files Browse the repository at this point in the history
The rest example in the dynamic address book displayed a wrong admin_key. This PR fixes that.
---------

Signed-off-by: mgoelswirlds <mugdha.goel@swirldslabs.com>
Signed-off-by: Jeff Schmidt <jeffrey.schmidt@swirldslabs.com>
  • Loading branch information
mgoelswirlds authored and Jeff Schmidt committed Aug 22, 2024
1 parent e0589b6 commit 0571d74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/design/dynamic-addressbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ Response:
{
"nodes": [
{
"admin_key": "0x565fd764f0957fa170a676210c9bdbddf3bc9519702cf927fa6767a40463b96f",
"admin_key": {
"_type": "ED25519",
"key": "308201a2300d06092a864886f70d01010105000382018f003082018a028100e0"
},
"description": "address book 1",
"file_id": "0.0.102",
"max_stake": 50000,
Expand Down

0 comments on commit 0571d74

Please sign in to comment.