Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones committed Jan 24, 2023
1 parent 6c2beb9 commit b584734
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions crates/e2e/src/xts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ use subxt::{
OnlineClient,
};

/// A raw call to `pallet-balances` `transfer`.
// #[derive(Debug, scale::Encode)]
// pub struct Transfer<E: Environment, B> {
// dest: sp_runtime::MultiAddress<E::AccountId, ()>,
// #[codec(compact)]
// value: B,
// }

/// A raw call to `pallet-contracts`'s `instantiate_with_code`.
#[derive(Debug, scale::Encode, scale::Decode)]
pub struct InstantiateWithCode<B> {
Expand Down

0 comments on commit b584734

Please sign in to comment.