You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aux_verification_data.max_fee = (DEFAULT_MAX_FEE_PER_PROOF*100).into();// 2_000 gas per proof * 100 gwei gas price (upper bound) * 100 to make sure it is enough
590
+
nonced_verification_data = aux_verification_data
592
591
}
593
592
594
593
// When pre-verification is enabled, batcher will verify proofs for faster feedback with clients
@@ -1739,36 +1738,6 @@ impl Batcher {
1739
1738
Some(non_paying_conf.replacement.address())
1740
1739
}
1741
1740
1742
-
/// Only relevant for testing and for users to easily use Aligned in testnet.
1743
-
asyncfngenerate_non_paying_data(
1744
-
&self,
1745
-
client_msg:&SubmitProofMessage,
1746
-
) -> NonPayingReplacementData{
1747
-
// This unwrap is safe because we check if the non-paying config is set before calling this function.
1748
-
let non_paying_config = self.non_paying_config.as_ref().unwrap();
1749
-
1750
-
let nonced_verification_data = NoncedVerificationData::new(
0 commit comments