From 8f41a24d01cc68580c04ffe2a559e6a4ffe7e024 Mon Sep 17 00:00:00 2001 From: Ron Stoner Date: Thu, 4 May 2023 12:14:21 -0400 Subject: [PATCH] Update 90.md Co-authored-by: Stacie Waleyko <1823216+satsie@users.noreply.github.com> --- 90.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/90.md b/90.md index fde6d0c0..4065b20d 100644 --- a/90.md +++ b/90.md @@ -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.