Skip to content

Commit

Permalink
Preparation to pre-beta mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Dec 20, 2024
1 parent b587c5b commit 471debf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Firebolt Electrum Plugin (Experimental) ⚡ 🕵️🌀
# Firebolt Electrum Plugin ⚡ 🕵️🌀

**Contributions are welcome**

Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 471debf

Please sign in to comment.