Update Nicks docs to clarify that it is not production-ready (#6990)

This commit is contained in:
Dan Forbes
2020-09-07 08:38:14 -07:00
committed by GitHub
parent f677b40ed7
commit 77a3656663
+4 -2
View File
@@ -22,8 +22,10 @@
//!
//! ## Overview
//!
//! Nicks is a trivial 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.
//! 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.
//!
//! ## Interface
//!