Update 90.md

Co-authored-by: Stacie Waleyko <1823216+satsie@users.noreply.github.com>
This commit is contained in:
Ron Stoner 2023-05-04 12:14:21 -04:00 committed by GitHub
parent 13d955e00c
commit 8f41a24d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
90.md
View File

@ -16,9 +16,9 @@ PSBTs are encoded as a base64 string, and are contained in the `content` field.
The network magic is contained in the `tags` field. This is to identify the network that the transaction is for. The [common ones](https://en.bitcoin.it/wiki/Protocol_documentation#Message_structure) are:
```
- mainnet: f9beb4d9
- testnet: 0b110907
- testnet3: 0b110907
- signet: 0a03cf40
- regtest: fabfb5da
- testnet/regtest: fabfb5da
```
PSBTs transmitted via the Nostr network provide a decentralized communication layer, encryption, and digital signature benefits with no username and password required for participants to coordinate and sign transactions using separate sovereign bitcoin private keys.