Skip to content

Commit

Permalink
Merge branch 'main' into build-code-from-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nepet authored May 17, 2024
2 parents 4ffebe6 + 93f1482 commit 7a6d1b3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions libs/gl-testing/gltesting/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,12 @@ def get_node_version(self):


class Network(Enum):
"""Supported networks."""
"""Supported networks.
Matches the enum in the `bitcoin::Network` rust code.
"""

BITCOIN = 0
TESTNET = 1
REGTEST = 2
SIGNET = 2
REGTEST = 3

0 comments on commit 7a6d1b3

Please sign in to comment.