We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4871a commit 28dee32Copy full SHA for 28dee32
framework/test_node.py
@@ -14,18 +14,18 @@ class CkbNodeConfigPath(Enum):
14
"source/template/ckb/v116/ckb.toml.j2",
15
"source/template/ckb/v116/ckb-miner.toml.j2",
16
"source/template/ckb/v116/specs/dev.toml",
17
- "download/0.116.0"
+ "download/0.116.1"
18
)
19
20
CURRENT_MAIN = ("source/template/ckb/v116/ckb.toml.j2",
21
22
"source/template/specs/mainnet.toml.j2",
23
- "download/0.116.0")
+ "download/0.116.1")
24
25
v116 = ( "source/template/ckb/v116/ckb.toml.j2",
26
27
28
29
30
v115 = (
31
"source/template/ckb/v115/ckb.toml.j2",
0 commit comments