Skip to content

Commit c52f584

Browse files
committed
fix: clippy
1 parent a77a78a commit c52f584

File tree

1 file changed

+2
-2
lines changed
  • crates/sdk/src/network/tee

1 file changed

+2
-2
lines changed

crates/sdk/src/network/tee/api.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use crate::SP1Stdin;
2-
use alloy_primitives::{Address, PrimitiveSignature};
2+
use alloy_primitives::{Address, Signature as AlloySignature};
33
use alloy_signer::SignerSync;
44
use serde::{Deserialize, Serialize};
55

@@ -17,7 +17,7 @@ pub struct TEERequest {
1717
/// The stdin for the program.
1818
pub stdin: SP1Stdin,
1919
/// The signature of the request id.
20-
pub signature: PrimitiveSignature,
20+
pub signature: AlloySignature,
2121
}
2222

2323
impl TEERequest {

0 commit comments

Comments
 (0)