remove discriminator fn
This commit is contained in:
parent
40583b34bd
commit
fe0195327d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue