Revert "json: deserialize note ids into bytes"
This reverts commit 1ba597fc0a.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use enostr::{NoteId, Profile, Pubkey};
|
||||
use enostr::{EventId, Profile, Pubkey};
|
||||
use std::collections::HashMap;
|
||||
|
||||
pub struct Contacts {
|
||||
pub events: HashMap<Pubkey, NoteId>,
|
||||
pub events: HashMap<Pubkey, EventId>,
|
||||
pub profiles: HashMap<Pubkey, Profile>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user