Unverified Commit f10d6ce0 authored by Evan Vigil-McClanahan's avatar Evan Vigil-McClanahan Committed by GitHub
Browse files

Merge pull request #1202 from helium/sk/remove-stale-helper-functions-from-tests

Remove stale helper functions from tests
parents 26ba5c8f 24f547b4
Showing with 0 additions and 11 deletions
+0 -11
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment