Skip to content

Commit

Permalink
Addressed clippy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
miloszm committed Oct 5, 2023
1 parent 8bc13d5 commit c4f53ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions moat-core/src/citadel_requests/request_sender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ impl RequestSender {
) -> Result<BlsScalar, Error> {
let tx_id = PayloadSender::execute_contract_method(
request,
&config,
&wallet_path,
config,
wallet_path,
password,
gas_limit,
gas_price,
Expand Down

0 comments on commit c4f53ff

Please sign in to comment.