Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Jul 10, 2024
1 parent 5a0ed8f commit bf5faac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from bitcoinlib.networks import Network

class BitcoinNetworkManager:
def __init__(self, network_type='mainnet'):
def __init__(self, network_type='signet'):
self.network_type = network_type
self.network = self.set_network()

Expand Down

0 comments on commit bf5faac

Please sign in to comment.