update program processor for the single transfer instruction

This commit is contained in:
samkim-crypto 2021-10-06 10:39:03 -04:00 committed by Michael Vines
parent 09b8baa4b1
commit 2d62e4e6bd
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ mod withdraw;
use crate::errors::ProofError;
pub use {
close_account::CloseAccountData,
transfer::{TransferComms, TransferData, TransferPubKeys},
transfer::{TransferCommitments, TransferData, TransferPubKeys},
update_account_pk::UpdateAccountPkData,
withdraw::WithdrawData,
};