mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 13:09:24 +00:00
Add verification of SignedBatch to the in-instructions pallet
This commit is contained in:
@@ -345,6 +345,14 @@ mod pallet {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
/// Have the latest decided session become the current session.
|
||||
///
|
||||
/// This is restricted to `ExternalNetworkId` as this process happens internally for
|
||||
/// `NetworkId::Serai`.
|
||||
pub fn accept_handover(network: ExternalNetworkId) {
|
||||
Abstractions::<T>::accept_handover(network.into());
|
||||
}
|
||||
|
||||
/* TODO
|
||||
pub fn distribute_block_rewards(
|
||||
network: NetworkId,
|
||||
|
||||
Reference in New Issue
Block a user