This commit is contained in:
De Facto 2021-02-06 10:47:42 +08:00
parent 718c72955c
commit 7402e0f15d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
//! Program entrypoint
use crate::{processor::Processor};
use crate::processor::Processor;
use solana_program::{
account_info::AccountInfo, entrypoint, entrypoint::ProgramResult, pubkey::Pubkey,