Skip to content

Commit becea65

Browse files
committed
nits
1 parent c6ba01e commit becea65

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

relayer/crates/starknet-chain-components/src/impls/queries/connection_end.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ where
130130

131131
let dummy_proof = StarknetCommitmentProof {
132132
proof_height: chain_status.height,
133-
// FIXME(hack) we are passing msg hash as proof as we don't have access to signer
134133
proof_bytes: signed_bytes,
135134
};
136135

relayer/crates/starknet-relayer/src/contexts/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ use cgp::core::error::{ErrorRaiserComponent, ErrorTypeComponent};
77
use cgp::core::field::{Index, WithField};
88
use cgp::core::types::WithType;
99
use cgp::prelude::*;
10-
use hermes_cosmos_chain_components::types::key_types::secp256k1::Secp256k1KeyPair;
1110
use eyre::eyre;
11+
use hermes_cosmos_chain_components::types::key_types::secp256k1::Secp256k1KeyPair;
1212
use hermes_cosmos_relayer::contexts::build::CosmosBuilder;
1313
use hermes_cosmos_relayer::contexts::chain::CosmosChain;
1414
use hermes_error::impls::ProvideHermesError;

tools/Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)