Skip to content

Commit

Permalink
fix:typo in writer avsregistry
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed Jun 17, 2024
1 parent 186f5fc commit eec561f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chainio/clients/avsregistry/src/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ impl AvsRegistryChainWriter {
})
}

async fn reigster_operator_in_quorum_with_avs_registry_coordinator(
async fn register_operator_in_quorum_with_avs_registry_coordinator(
&self,
bls_key_pair: KeyPair,
operator_to_avs_registration_sig_salt: FixedBytes<32>,
Expand Down

0 comments on commit eec561f

Please sign in to comment.