diff --git a/rust/switchboard-v2/src/buffer_relayer.rs b/rust/switchboard-v2/src/buffer_relayer.rs index a31e90f..fcc3a53 100644 --- a/rust/switchboard-v2/src/buffer_relayer.rs +++ b/rust/switchboard-v2/src/buffer_relayer.rs @@ -102,9 +102,6 @@ impl BufferRelayerAccountData { } impl Discriminator for BufferRelayerAccountData { const DISCRIMINATOR: [u8; 8] = [50, 35, 51, 115, 169, 219, 158, 52]; - fn discriminator() -> [u8; 8] { - [50, 35, 51, 115, 169, 219, 158, 52] - } } impl Owner for BufferRelayerAccountData { fn owner() -> solana_program::pubkey::Pubkey {