Skip to content

Commit

Permalink
fix(pop-api): remove unused call
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Mar 7, 2024
1 parent cd57408 commit 258101f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pop-api/src/v0/balances.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ pub(crate) enum BalancesCall {
#[codec(compact)]
value: u128,
},
#[codec(index = 8)]
ForceSetBalance {
who: MultiAddress<AccountId, ()>,
#[codec(compact)]
new_free: u128,
},
}

#[derive(Debug, Copy, Clone, PartialEq, Eq, scale::Encode, scale::Decode)]
Expand Down

0 comments on commit 258101f

Please sign in to comment.