Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Clarify Nicks docs #7049

Merged
1 commit merged into from
Sep 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions frame/nicks/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
//!
Expand Down