Merge pull request #24 from blockworks-foundation/serge/add_metdata_feed

Metdata: make message clonable
This commit is contained in:
Serge Farny 2024-05-08 10:33:04 +02:00 committed by GitHub
commit 50a9f126a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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,