Skip to content

Commit

Permalink
Add trade key comment to explain more clearly
Browse files Browse the repository at this point in the history
  • Loading branch information
grunch committed Jan 7, 2025
1 parent 9074170 commit b5d7a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/key_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Clients will always use the first key (zero) `m/44'/1237'/38383'/0/0` to identif
"content": {
// rumor
"id": "<rumor's id>",
"pubkey": "<Index 1 pubkey>",
"pubkey": "<Index 1 pubkey (trade key)>",
"kind": 1,
"content": [
{
Expand Down Expand Up @@ -78,7 +78,7 @@ Then Alice wants to create a new buy order:
"content": {
// rumor
"id": "<rumor's id>",
"pubkey": "<Index 2 pubkey>",
"pubkey": "<Index 2 pubkey (trade key)>",
"kind": 1,
"content": [
{
Expand Down

0 comments on commit b5d7a3d

Please sign in to comment.