Merge pull request #24 from blockworks-foundation/serge/add_metdata_feed
Metdata: make message clonable
This commit is contained in:
commit
50a9f126a6
|
@ -28,6 +28,7 @@ impl<T, E: std::fmt::Debug> AnyhowWrap for Result<T, E> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, PartialEq, Debug)]
|
||||
pub enum FeedMetadata {
|
||||
InvalidAccount(Pubkey),
|
||||
SnapshotStart,
|
||||
|
|
Loading…
Reference in New Issue