Skip to content

Commit 70f6f16

Browse files
authored
Remove unused import (#10450)
## Description Seeing warnings on latest `main`. ## Test Plan n/a --- If your changes are not user-facing and not a breaking change, you can skip the following section. Otherwise, please indicate what changed, and then add to the Release Notes section as highlighted during the release process. ### Type of Change (Check all that apply) - [ ] user-visible impact - [ ] breaking change for a client SDKs - [ ] breaking change for FNs (FN binary must upgrade) - [ ] breaking change for validators or node operators (must upgrade binaries) - [ ] breaking change for on-chain data layout - [ ] necessitate either a data wipe or data migration ### Release notes
1 parent 81d589c commit 70f6f16

File tree

1 file changed

+1
-1
lines changed
  • move-prover/interpreter/crypto/src

1 file changed

+1
-1
lines changed

move-prover/interpreter/crypto/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
use anyhow::{bail, Result};
1616
use ed25519_dalek::{
17-
ed25519::signature::Signature, PublicKey as Ed25519PublicKey, Signature as Ed25519Signature,
17+
PublicKey as Ed25519PublicKey, Signature as Ed25519Signature,
1818
PUBLIC_KEY_LENGTH as ED25519_PUBLIC_KEY_LENGTH, SIGNATURE_LENGTH as ED25519_SIGNATURE_LENGTH,
1919
};
2020
use sha2::{Digest, Sha256};

0 commit comments

Comments
 (0)