Skip to content

Commit 9a2001e

Browse files
author
Jamie C. Driver
committed
docs: minor corrections to attestation and rsa signing
1 parent 062ad45 commit 9a2001e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ sign_attestation reply
208208
"id": "84",
209209
"result": {
210210
"signature": <512 bytes>
211-
"pubkey_pem": <bytes>
211+
"pubkey_pem": <pem string>
212212
"ext_signature": <bytes>
213213
}
214214
}
@@ -1174,7 +1174,7 @@ sign_bip85_digests reply
11741174
]
11751175
}
11761176
1177-
* 'result' is a public key pem string
1177+
* 'result' is an array of signatures, corresponding to the array of digests passed in.
11781178

11791179

11801180
.. _get_identity_pubkey_request:

0 commit comments

Comments
 (0)