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
27e99040
Commit
27e99040
authored
6 years ago
by
Robert Martin-Legene
Browse files
Options
Downloads
Patches
Plain Diff
Renaming the wrongly named contractCall function to contractSendTx
parent
b9b74bfa
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/libbfa.sh
+1
-1
1 addition, 1 deletion
bin/libbfa.sh
bin/sealeradd.sh
+1
-1
1 addition, 1 deletion
bin/sealeradd.sh
with
2 additions
and
2 deletions
bin/libbfa.sh
+
1
−
1
View file @
27e99040
...
...
@@ -318,7 +318,7 @@ function contract
echo
"eth.contract(
${
abi
}
).at(
\"
${
address
}
\"
)"
}
function
contract
Call
function
contract
SendTx
{
local
name
=
$1
local
func
=
$2
...
...
This diff is collapsed.
Click to expand it.
bin/sealeradd.sh
+
1
−
1
View file @
27e99040
...
...
@@ -16,5 +16,5 @@ fi
victim
=
"
$1
"
(
echo
"clique.propose(
\"
0x
${
victim
#0x
}
\"
,
${
operation
}
);"
contract
Call
Sealers admin_promote
\"
0x
${
victim
#0x
}
\"
${
operation
}
contract
SendTx
Sealers admin_promote
\"
0x
${
victim
#0x
}
\"
${
operation
}
)
| geth_attach
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