Skip to content

Commit 8552d2f

Browse files
danforbesthadouk
authored andcommitted
Update Nicks docs to clarify that it is not production-ready (paritytech#6990)
1 parent 65247c5 commit 8552d2f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

frame/nicks/src/lib.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
2222
//!
2323
//! ## Overview
2424
//!
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.
25+
//! Nicks is a non-production-ready module for keeping track of account names on-chain. It makes no
26+
//! 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.
2729
//!
2830
//! ## Interface
2931
//!

0 commit comments

Comments
 (0)