Skip to content

Commit

Permalink
[Trivial][Cleanup] Remove unused vZC_DENOMS from the test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed Jul 6, 2021
1 parent 9e42dfb commit 2552e53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/test_framework/util.py
Expand Up @@ -558,7 +558,6 @@ def find_vout_for_address(node, txid, addr):
raise RuntimeError("Vout not found for address: txid=%s, addr=%s" % (txid, addr))

### PIVX specific utils ###
vZC_DENOMS = [1, 5, 10, 50, 100, 500, 1000, 5000]
DEFAULT_FEE = 0.01
SPORK_ACTIVATION_TIME = 1563253447
SPORK_DEACTIVATION_TIME = 4070908800
Expand Down

0 comments on commit 2552e53

Please sign in to comment.