Skip to content
Snippets Groups Projects
Commit 5db3a4f5 authored by Dan Forbes's avatar Dan Forbes Committed by GitHub
Browse files

Clarify Nicks docs (#7049)

parent 2a7a539e
No related merge requests found
......@@ -22,10 +22,10 @@
//!
//! ## Overview
//!
//! Nicks is a non-production-ready module for keeping track of account names on-chain. It makes no
//! effort to create a name hierarchy, be a DNS replacement or provide reverse lookups. Furthermore,
//! the weights attached to this module's dispatchable functions are for demonstration purposes only
//! and have not been designed to be economically secure.
//! Nicks is an example module for keeping track of account names on-chain. It makes no effort to
//! create a name hierarchy, be a DNS replacement or provide reverse lookups. Furthermore, the
//! weights attached to this module's dispatchable functions are for demonstration purposes only and
//! have not been designed to be economically secure. Do not use this pallet as-is in production.
//!
//! ## Interface
//!
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment