Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hnt-pub
Miner
Commits
f10d6ce0
Unverified
Commit
f10d6ce0
authored
3 years ago
by
Evan Vigil-McClanahan
Committed by
GitHub
3 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1202 from helium/sk/remove-stale-helper-functions-from-tests
Remove stale helper functions from tests
parents
26ba5c8f
24f547b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/miner_blockchain_SUITE.erl
+0
-11
test/miner_blockchain_SUITE.erl
with
0 additions
and
11 deletions
+0
-11
test/miner_blockchain_SUITE.erl
+
0
-
11
View file @
f10d6ce0
...
...
@@ -948,17 +948,6 @@ group_change_test(Config) ->
ok
.
mvars
(
Map
,
Nonce
,
Privs
)
->
Txn0
=
blockchain_txn_vars_v1
:
new
(
Map
,
Nonce
),
Proofs
=
[
blockchain_txn_vars_v1
:
create_proof
(
P
,
Txn0
)
||
P
<-
Privs
],
blockchain_txn_vars_v1
:
multi_proofs
(
Txn0
,
Proofs
).
vars
(
Map
,
Nonce
,
Priv
)
->
Txn0
=
blockchain_txn_vars_v1
:
new
(
Map
,
Nonce
),
Proof
=
blockchain_txn_vars_v1
:
create_proof
(
Priv
,
Txn0
),
blockchain_txn_vars_v1
:
proof
(
Txn0
,
Proof
).
election_v3_test
(
Config
)
->
%% TODO Describe main idea and method.
%% get all the miners
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets