Skip to content

Commit

Permalink
Default by signet
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Aug 10, 2024
1 parent 4914c61 commit 48de495
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
Expand Up @@ -16,5 +16,5 @@ def set_network(self):
raise ValueError("Unsupported network type")

# Example usage
network_manager = BitcoinNetworkManager(network_type='testnet')
network_manager = BitcoinNetworkManager(network_type='signet')
print(f"Connected to {network_manager.network_type}")

0 comments on commit 48de495

Please sign in to comment.