Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lint: remove unused variables #372

Merged
merged 1 commit into from
May 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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