From 2d62e4e6bd392f9dd5c33b5033ac41baa31bdb10 Mon Sep 17 00:00:00 2001 From: samkim-crypto Date: Wed, 6 Oct 2021 10:39:03 -0400 Subject: [PATCH] update program processor for the single transfer instruction --- zk-token-sdk/src/instruction/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zk-token-sdk/src/instruction/mod.rs b/zk-token-sdk/src/instruction/mod.rs index 2f341eaf8e..145cecdc1f 100644 --- a/zk-token-sdk/src/instruction/mod.rs +++ b/zk-token-sdk/src/instruction/mod.rs @@ -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, };