Move secp256k1 instruction helper to the sdk (#13560)

This commit is contained in:
Jack May
2020-11-12 16:58:40 -08:00
committed by GitHub
parent c1f3f9d27b
commit 48dd9f7efd
4 changed files with 88 additions and 93 deletions

View File

@@ -3,7 +3,7 @@
#![cfg(feature = "full")]
use crate::sanitize::{Sanitize, SanitizeError};
use crate::secp256k1::verify_eth_addresses;
use crate::secp256k1_instruction::verify_eth_addresses;
use crate::{
hash::Hash,
instruction::{CompiledInstruction, Instruction, InstructionError},