Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dandanlen committed Oct 30, 2023
1 parent b2754d9 commit dfc2142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-chain/cf-integration-tests/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ impl Engine {
queue_dispatch_extrinsic(
RuntimeCall::Environment(pallet_cf_environment::Call::witness_current_bitcoin_block_number_for_key {
block_number: 0,
new_public_key: new_public_key.clone(),
new_public_key: *new_public_key,
}),
pallet_cf_governance::RawOrigin::GovernanceApproval.into()
);
Expand Down

0 comments on commit dfc2142

Please sign in to comment.