async fn apply_verified_allowlist(
allowed_nonces: &RwLock<AllowedNoncesView>,
bn: BootstrapNonces,
)Expand description
Replace the in-memory view wholesale. The previous view is dropped.
async fn apply_verified_allowlist(
allowed_nonces: &RwLock<AllowedNoncesView>,
bn: BootstrapNonces,
)Replace the in-memory view wholesale. The previous view is dropped.