We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65247c5 commit 8552d2fCopy full SHA for 8552d2f
frame/nicks/src/lib.rs
@@ -22,8 +22,10 @@
22
//!
23
//! ## Overview
24
25
-//! Nicks is a trivial module for keeping track of account names on-chain. It makes no effort to
26
-//! 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,
27
+//! the weights attached to this module's dispatchable functions are for demonstration purposes only
28
+//! and have not been designed to be economically secure.
29
30
//! ## Interface
31
0 commit comments