Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Commits
a4358d8c
Commit
a4358d8c
authored
2 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
client: remove _testnet for local chain specs
parent
acaf89a4
No related branches found
No related tags found
1 merge request
!41
feat: add script create-live-network.sh
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
node/src/chain_spec/gdev.rs
+1
-1
1 addition, 1 deletion
node/src/chain_spec/gdev.rs
node/src/chain_spec/gtest.rs
+1
-1
1 addition, 1 deletion
node/src/chain_spec/gtest.rs
with
2 additions
and
2 deletions
node/src/chain_spec/gdev.rs
+
1
−
1
View file @
a4358d8c
...
@@ -161,7 +161,7 @@ pub fn local_testnet_config(
...
@@ -161,7 +161,7 @@ pub fn local_testnet_config(
// Name
// Name
"Ğdev Local Testnet"
,
"Ğdev Local Testnet"
,
// ID
// ID
"gdev_local
_testnet
"
,
"gdev_local"
,
ChainType
::
Local
,
ChainType
::
Local
,
move
||
{
move
||
{
gen_genesis_conf
(
gen_genesis_conf
(
...
...
This diff is collapsed.
Click to expand it.
node/src/chain_spec/gtest.rs
+
1
−
1
View file @
a4358d8c
...
@@ -111,7 +111,7 @@ pub fn local_testnet_config(
...
@@ -111,7 +111,7 @@ pub fn local_testnet_config(
// Name
// Name
"Ğtest Local Testnet"
,
"Ğtest Local Testnet"
,
// ID
// ID
"gtest_local
_testnet
"
,
"gtest_local"
,
ChainType
::
Local
,
ChainType
::
Local
,
move
||
{
move
||
{
gen_genesis_conf
(
gen_genesis_conf
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment