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 14, 2023
1 parent 219391f commit f6482b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/feature_evm.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,6 @@ def nonce_order_and_rbf(self):
tx2 = self.nodes[0].evmtx(self.eth_address, 2, 21, 21001, self.to_address, 1)
tx1 = self.nodes[0].evmtx(self.eth_address, 1, 21, 21001, self.to_address, 1)
tx3 = self.nodes[0].evmtx(self.eth_address, 3, 21, 21001, self.to_address, 1)
raw_tx = self.nodes[0].getrawtransaction(tx5)
self.sync_mempools()

# Check the pending TXs
Expand Down

0 comments on commit f6482b6

Please sign in to comment.