Skip to content

Commit 23b8f98

Browse files
committed
tests(coprocessor): fix stop_retrying_verify_proof_on_gw_config_error()
1 parent adc740a commit 23b8f98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

coprocessor/fhevm-engine/transaction-sender/tests/verify_proof_tests.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use alloy::network::TxSigner;
22
use alloy::primitives::FixedBytes;
33
use alloy::primitives::U256;
44
use alloy::providers::{Provider, WsConnect};
5-
use alloy::signers::local::PrivateKeySigner;
65
use alloy::{providers::ProviderBuilder, sol};
76
use common::SignerType;
87
use common::{is_coprocessor_config_error, CiphertextCommits, InputVerification, TestEnvironment};
@@ -1327,7 +1326,7 @@ async fn stop_retrying_verify_proof_on_gw_config_error(
13271326

13281327
let txn_sender = TransactionSender::new(
13291328
env.db_pool.clone(),
1330-
PrivateKeySigner::random().address(),
1329+
*input_verification.address(),
13311330
*ciphertext_commits.address(),
13321331
env.signer.clone(),
13331332
provider.clone(),

0 commit comments

Comments
 (0)