Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nucleo
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
blockchain
nucleo
Commits
fc1b366b
Commit
fc1b366b
authored
5 years ago
by
Robert Martin-Legene
Browse files
Options
Downloads
Patches
Plain Diff
Typos
parent
4b75879c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/installbfa.sh
+1
-1
1 addition, 1 deletion
bin/installbfa.sh
bin/libbfa.sh
+1
-1
1 addition, 1 deletion
bin/libbfa.sh
with
2 additions
and
2 deletions
bin/installbfa.sh
+
1
−
1
View file @
fc1b366b
...
...
@@ -148,7 +148,7 @@ function initgenesis
if
[
!
-d
"
${
BFANODEDIR
}
"
-o
!
-d
"
${
BFANODEDIR
}
/geth/chaindata"
]
then
info
"Node is not initialised. Initialising with genesis."
geth
--network
${
BFANETWORKID
}
--cache
0
--datadir
"
${
BFANODEDIR
}
"
init
"
${
BFANETWORKDIR
}
/genesis.json"
geth
--network
id
${
BFANETWORKID
}
--cache
0
--datadir
"
${
BFANODEDIR
}
"
init
"
${
BFANETWORKDIR
}
/genesis.json"
fi
)
}
...
...
This diff is collapsed.
Click to expand it.
bin/libbfa.sh
+
1
−
1
View file @
fc1b366b
...
...
@@ -197,7 +197,7 @@ function bfainit
then
mkdir
-p
"
${
BFANODEDIR
}
"
echo
"Node is not initialised. Initialising with genesis."
geth
--network
${
BFANETWORKID
}
--cache
0
--datadir
"
${
BFANODEDIR
}
"
init
"
${
BFANETWORKDIR
}
/genesis.json"
geth
--network
id
${
BFANETWORKID
}
--cache
0
--datadir
"
${
BFANODEDIR
}
"
init
"
${
BFANETWORKDIR
}
/genesis.json"
fi
}
...
...
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