Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 99e1d72

Browse files
committed
Typo
1 parent 2ac18bf commit 99e1d72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ethcontract/src/transaction

ethcontract/src/transaction/kms.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use web3::{
2323
use crate::errors::ExecutionError;
2424

2525
/// An AWS KMS account abstraction.
26-
#[derive( Debug)]
26+
#[derive(Clone)]
2727
pub struct Account {
2828
client: Client,
2929
key_id: String,

0 commit comments

Comments
 (0)