Skip to content

Commit

Permalink
chore: address clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
msgmaxim committed Oct 10, 2024
1 parent 8c32136 commit 7cc4533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/witness/btc/smart_contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ mod tests {
const MOCK_DOT_ADDRESS: [u8; 32] = [9u8; 32];

const MOCK_SWAP_PARAMS: UtxoEncodedData = UtxoEncodedData {
output_asset: Asset::Btc,
output_asset: Asset::Dot,
output_address: EncodedAddress::Dot(MOCK_DOT_ADDRESS),
parameters: SharedCfParameters {
retry_duration: 5,
Expand Down
1 change: 1 addition & 0 deletions state-chain/chains/src/btc/smart_contract_encoding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use crate::address::EncodedAddress;
use cf_primitives::{Asset, AssetAmount, ForeignChain};
use codec::{Decode, Encode, MaxEncodedLen};
use scale_info::TypeInfo;
use sp_std::vec::Vec;

use super::{BitcoinOp, BitcoinScript};

Expand Down

0 comments on commit 7cc4533

Please sign in to comment.