Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ercecan committed Jul 17, 2024
1 parent 0b2e22b commit c771ad3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions bin/citrea/tests/test_client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ use reth_primitives::{Address, BlockId, BlockNumberOrTag, Bytes, TxHash, TxKind,
use reth_rpc_types::trace::geth::{GethDebugTracingOptions, GethTrace};
use sequencer_client::GetSoftBatchResponse;
use sov_rollup_interface::rpc::{
ProofResponse, SequencerCommitmentResponse, SoftBatchResponse, SoftConfirmationStatus,
VerifiedProofResponse,LastVerifiedProofResponse
LastVerifiedProofResponse, ProofResponse, SequencerCommitmentResponse, SoftBatchResponse,
SoftConfirmationStatus, VerifiedProofResponse,
};

pub const MAX_FEE_PER_GAS: u128 = 1000000001;
Expand Down Expand Up @@ -567,9 +567,7 @@ impl TestClient {
.ok()
}

pub(crate) async fn ledger_get_last_verified_proof(
&self,
) -> Option<LastVerifiedProofResponse> {
pub(crate) async fn ledger_get_last_verified_proof(&self) -> Option<LastVerifiedProofResponse> {
self.http_client
.request("ledger_getLastVerifiedProof", rpc_params![])
.await
Expand Down

0 comments on commit c771ad3

Please sign in to comment.