referrerpolicy=no-referrer-when-downgrade
pub fn reset_well_known_nodes<T: Config>(
    nodes: Vec<(OpaquePeerId, T::AccountId)>,
)
Expand description

Reset all the well known nodes. This will not remove the ownership and additional connections for the removed nodes. The node owner can perform further cleaning if they decide to leave the network.

May only be called from T::ResetOrigin.

  • nodes: the new nodes for the allow list.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::reset_well_known_nodes.