Skip to content

Commit b5d7a3d

Browse files
committed
Add trade key comment to explain more clearly
1 parent 9074170 commit b5d7a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/key_management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Clients will always use the first key (zero) `m/44'/1237'/38383'/0/0` to identif
3131
"content": {
3232
// rumor
3333
"id": "<rumor's id>",
34-
"pubkey": "<Index 1 pubkey>",
34+
"pubkey": "<Index 1 pubkey (trade key)>",
3535
"kind": 1,
3636
"content": [
3737
{
@@ -78,7 +78,7 @@ Then Alice wants to create a new buy order:
7878
"content": {
7979
// rumor
8080
"id": "<rumor's id>",
81-
"pubkey": "<Index 2 pubkey>",
81+
"pubkey": "<Index 2 pubkey (trade key)>",
8282
"kind": 1,
8383
"content": [
8484
{

0 commit comments

Comments
 (0)