Don't allow the Bitcoin set to mint sriETH

This commit is contained in:
Luke Parker
2023-10-22 05:37:23 -04:00
parent d66a7ee43e
commit 55fe27f41a
2 changed files with 15 additions and 8 deletions

View File

@@ -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(())
}
}