More formatting fixes

This commit is contained in:
Ron Stoner 2023-05-03 21:03:42 -06:00
parent 0efb57f741
commit ed5a57e710
No known key found for this signature in database
GPG Key ID: 268C2E2B04CC71D8

2
90.md
View File

@ -67,7 +67,7 @@ tags: An array of tags to capture additional information about the multisig tran
“e”: (optional): the 32 byte lowercase hex encoded sha256 event id of a prior event id. Only required when replying. “e”: (optional): the 32 byte lowercase hex encoded sha256 event id of a prior event id. Only required when replying.
“magic”: the 4 byte hex representation of the network that the transaction belongs to. “magic”: the 4 byte hex representation of the network that the transaction belongs to.
“relays”: (optional) tag provides relays to broadcast the transactions. “relays”: (optional) tag provides relays to broadcast the transactions.
content: PSBT encoded as base64. content: PSBT encoded as base64.
sig: The signature of the sha256 hash of the serialized event data, which is the same as the "id" field. sig: The signature of the sha256 hash of the serialized event data, which is the same as the "id" field.
``` ```