From 471debf0db25487d4cd8da761c1e7b173e2d9bb5 Mon Sep 17 00:00:00 2001 From: 22388o <22388o@users.noreply.github.com> Date: Fri, 20 Dec 2024 06:59:44 -0300 Subject: [PATCH] Preparation to pre-beta mainnet --- README.md | 5 ++++- qt.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50e6e86..7cfae9d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Firebolt Electrum Plugin (Experimental) ⚡ 🕵️🌀 +# Firebolt Electrum Plugin ⚡ 🕵️🌀 **Contributions are welcome** @@ -16,6 +16,9 @@ 4. Broadcasting: Broadcast the final CoinJoin transaction to the Bitcoin network. + 5. Finalization: Wait for the transaction to be confirmed on the Bitcoin network. + + ### Run Firebolt Electrum Plugin [Tutorial](https://github.com/AreaLayer/firebolt-electrum/blob/main/docs/tutorial.md) diff --git a/qt.py b/qt.py index 5ae1049..d3b0f2b 100644 --- a/qt.py +++ b/qt.py @@ -30,7 +30,7 @@ async def Network(self, network, wallet: Wallet, known_peers): self.network = network self.wallet = wallet self.known_peers = known_peers - self.network = (Signet) + self.network = (Bitcoin.Network(network)) self.wallet = Wallet() if not self.network: