Skip to content

Commit

Permalink
chore: fixed fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Janislav committed Dec 12, 2024
1 parent c6c3431 commit d527dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion state-chain/custom-rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2192,7 +2192,7 @@ mod test {
btc_vault_deposit_address: Some(
ScriptPubkey::Taproot([1u8; 32]).to_address(&BitcoinNetwork::Testnet),
),
affiliates: vec![(cf_primitives::AffiliateShortId(1), AccountId32::new([1; 32]))],
affiliates: vec![(cf_primitives::AffiliateShortId(1), AccountId32::new([1; 32]))],
},
0,
);
Expand Down
2 changes: 1 addition & 1 deletion state-chain/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@ impl_runtime_apis! {
).collect(),
btc_vault_deposit_address: BrokerPrivateBtcChannels::<Runtime>::get(&account_id)
.map(derive_btc_vault_deposit_address),
affiliates: pallet_cf_swapping::AffiliateIdMapping::<Runtime>::iter_prefix(&account_id).collect(),
affiliates: pallet_cf_swapping::AffiliateIdMapping::<Runtime>::iter_prefix(&account_id).collect(),
}
}

Expand Down

0 comments on commit d527dac

Please sign in to comment.