remove discriminator fn

This commit is contained in:
0xripleys 2022-11-30 14:41:59 -05:00
parent 40583b34bd
commit fe0195327d
1 changed files with 0 additions and 3 deletions

View File

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