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: