Skip to content

Commit

Permalink
update abi hash
Browse files Browse the repository at this point in the history
  • Loading branch information
aeyakovenko committed Jan 20, 2022
1 parent 0f7eb85 commit 4a707de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip/src/cluster_info.rs
Expand Up @@ -257,7 +257,7 @@ pub fn make_accounts_hashes_message(
pub(crate) type Ping = ping_pong::Ping<[u8; GOSSIP_PING_TOKEN_SIZE]>;

// TODO These messages should go through the gpu pipeline for spam filtering
#[frozen_abi(digest = "C1nR7B7CgMyUYo6h3z2KXcS38JSwF6y8jmZ6Y9Cz7XEd")]
#[frozen_abi(digest = "2trrZsxmuF9SLAEeKsj5dgF8ufXBHL7bcVpkVYvJgTKP")]
#[derive(Serialize, Deserialize, Debug, AbiEnumVisitor, AbiExample)]
#[allow(clippy::large_enum_variant)]
pub(crate) enum Protocol {
Expand Down

0 comments on commit 4a707de

Please sign in to comment.