error in CachedMessage is AnkError
This commit is contained in:
parent
6492952dc0
commit
70bc03da9e
@ -296,7 +296,7 @@ pub struct CachedMessage {
|
||||
pub key: Option<String>, // Never None when message sent
|
||||
pub confirmed_by: Option<OutPoint>, // If this None, Sender keeps sending
|
||||
pub timestamp: u64,
|
||||
pub error: Option<String>,
|
||||
pub error: Option<AnkError>,
|
||||
}
|
||||
|
||||
impl CachedMessage {
|
||||
|
Loading…
x
Reference in New Issue
Block a user