refactor DisplayName -> NostrName

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-01-01 21:03:11 -05:00
parent df82e08041
commit a7cfe9bd37
7 changed files with 88 additions and 83 deletions

View File

@@ -42,6 +42,6 @@ pub mod storage;
pub use app::Damus;
pub use error::Error;
pub use profile::DisplayName;
pub use profile::NostrName;
pub type Result<T> = std::result::Result<T, error::Error>;