Last active
June 24, 2022 01:03
-
-
Save ssbright/3cabac9775563121b2b0b9a072a773a2 to your computer and use it in GitHub Desktop.
ChainCode Bitcoin Protocol Development
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from example_test import ExampleTest, BaseNode | |
from test_framework.test_framework import BitcoinTestFramework | |
ET = ExampleTest() | |
ET.set_test_params() | |
ET.num_nodes = 3 | |
ET.setup() | |
ET.run_test() | |
ET.shutdown() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment