File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -298,11 +298,11 @@ def test_multiple_tx_replacement(cronos_mempool):
298298 }
299299 tx3_signed = sign_transaction (w3 , tx3 , key = KEYS ["validator3" ])
300300
301- w3 .eth .send_raw_transaction (tx1_signed .rawTransaction )
302- w3 .eth .send_raw_transaction (tx1_replaced_signed .rawTransaction )
303- w3 .eth .send_raw_transaction (tx1_replaced_again_signed .rawTransaction )
304- w3 .eth .send_raw_transaction (tx2_signed .rawTransaction )
305- w3 .eth .send_raw_transaction (tx2_replaced_signed .rawTransaction )
306- w3 .eth .send_raw_transaction (tx3_signed .rawTransaction )
301+ w3 .eth .send_raw_transaction (tx1_signed .raw_transaction )
302+ w3 .eth .send_raw_transaction (tx1_replaced_signed .raw_transaction )
303+ w3 .eth .send_raw_transaction (tx1_replaced_again_signed .raw_transaction )
304+ w3 .eth .send_raw_transaction (tx2_signed .raw_transaction )
305+ w3 .eth .send_raw_transaction (tx2_replaced_signed .raw_transaction )
306+ w3 .eth .send_raw_transaction (tx3_signed .raw_transaction )
307307 wait_for_new_blocks (cli , 1 )
308308 assert w3 .eth .get_balance (ADDRS ["community" ]) == initial_balance + 34
You can’t perform that action at this time.
0 commit comments