Skip to content

Commit 0b1bded

Browse files
Yash BhartiYash Bharti
authored andcommitted
refactor: refactor with rustc 1.80
1 parent fd1dfb8 commit 0b1bded

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

common/src/tap/checks/receipt_max_val_check.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ mod tests {
4444
use std::time::SystemTime;
4545

4646
use super::*;
47+
use crate::tap::Eip712Domain;
4748
use tap_core::{
4849
receipt::{checks::Check, state::Checking, Receipt, ReceiptWithState},
4950
signed_message::EIP712SignedMessage,

common/src/tap/checks/timestamp_check.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ mod tests {
5252
};
5353

5454
use super::*;
55+
use crate::tap::Eip712Domain;
5556
use tap_core::{
5657
receipt::{checks::Check, state::Checking, Receipt, ReceiptWithState},
5758
signed_message::EIP712SignedMessage,
59+
tap_eip712_domain,
5860
};
5961

6062
fn create_signed_receipt_with_custom_timestamp(

0 commit comments

Comments
 (0)