mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-26 10:15:52 -05:00
Reverting b64 -> hex change
This commit is contained in:
parent
cd56ffb329
commit
5edb3c6b0e
2
90.md
2
90.md
|
@ -52,7 +52,7 @@ The following are two protocol flow examples using the 1174 event kind. Other fl
|
||||||
[“magic”, <4-byte hex value representing the Bitcoin network identifier>],
|
[“magic”, <4-byte hex value representing the Bitcoin network identifier>],
|
||||||
[“relays”, <list of relays to broadcast event>],
|
[“relays”, <list of relays to broadcast event>],
|
||||||
],
|
],
|
||||||
"content": <hex encoded PSBT>,
|
"content": <base64 encoded PSBT>,
|
||||||
"sig": <64-bytes hex of the signature of the sha256 hash of the serialized event data, which is the same as the "id" field>
|
"sig": <64-bytes hex of the signature of the sha256 hash of the serialized event data, which is the same as the "id" field>
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user