return data

This commit is contained in:
Hardhat Chad
2024-02-16 01:42:08 +00:00
parent 1ae3fdfdcc
commit f0964ddf97
2 changed files with 5 additions and 3 deletions

View File

@@ -8,8 +8,8 @@ use solana_program::{
};
use crate::{
impl_instruction_from_bytes, impl_to_bytes, state::Hash, BUS, BUS_ADDRESSES, MINT,
MINT_ADDRESS, PROOF, TREASURY, TREASURY_ADDRESS,
impl_instruction_from_bytes, impl_to_bytes, state::Hash, BUS, MINT, MINT_ADDRESS, PROOF,
TREASURY, TREASURY_ADDRESS,
};
#[repr(u8)]