mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
Don't allow the Bitcoin set to mint sriETH
This commit is contained in:
@@ -711,11 +711,7 @@ pub mod pallet {
|
||||
account,
|
||||
Balance { coin: Coin::Serai, amount },
|
||||
)?;
|
||||
Self::deposit_event(Event::DeallocationClaimed {
|
||||
validator: account,
|
||||
network,
|
||||
session,
|
||||
});
|
||||
Self::deposit_event(Event::DeallocationClaimed { validator: account, network, session });
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user