Skip to content

Commit

Permalink
rm pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Jun 1, 2023
1 parent 3014956 commit 8b19b9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/functional/feature_evm_rpc_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,7 @@ def test_send_transaction(self):
],
'type': '0x1'
}
import pdb; pdb.set_trace()
hash = self.nodes[0].eth_sendTransaction(tx2930)
pdb.set_trace()
self.nodes[0].generate(1)
receipt = self.nodes[0].eth_getTransactionReceipt(hash)
assert_is_hex_string(receipt['contractAddress'])
Expand Down

0 comments on commit 8b19b9b

Please sign in to comment.