Skip to content

Commit

Permalink
Remove unused variables (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar authored May 9, 2021
1 parent d3f7f45 commit 9526a27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/functional/feature_burn_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def run_test(self):

# Burn address
burn_address = "mfburnZSAM7Gs1hpDeNaMotJXSGA7edosG"
burn_scriptpubkey = self.nodes[0].getaddressinfo(burn_address)['scriptPubKey']
self.nodes[0].importprivkey("93ViFmLeJVgKSPxWGQHmSdT5RbeGDtGW4bsiwQM2qnQyucChMqQ")

# Test masternode creation fee burn
Expand Down
1 change: 0 additions & 1 deletion test/functional/feature_eunos_balances.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

from test_framework.test_framework import DefiTestFramework

from test_framework.authproxy import JSONRPCException
from test_framework.util import assert_equal

from decimal import Decimal
Expand Down

0 comments on commit 9526a27

Please sign in to comment.