Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan-zilliqa committed Oct 28, 2024
1 parent e41aa09 commit bf754dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zilliqa/src/api/zil.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ fn create_transaction(
};
let signed_transaction = SignedTransaction::Zilliqa {
tx: tx.clone(),
key: key.clone(),
key,
sig,
};

Expand Down

0 comments on commit bf754dc

Please sign in to comment.