Skip to content

Commit

Permalink
lint: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Sep 18, 2023
1 parent b2ec4a5 commit 27bb62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/feature_evm_miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def same_nonce_transferdomain_and_evm_txs(self):
]
)
self.nodes[0].evmtx(self.ethAddress, nonce, 21, 21001, self.toAddress, 1)
tx = self.nodes[0].evmtx(self.ethAddress, nonce, 30, 21001, self.toAddress, 1)
self.nodes[0].evmtx(self.ethAddress, nonce, 30, 21001, self.toAddress, 1)
self.nodes[0].generate(1)
block_height = self.nodes[0].getblockcount()
assert_equal(block_height, self.start_height + 1)
Expand Down

0 comments on commit 27bb62c

Please sign in to comment.