Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit cae9c4b

Browse files
committed
remove unnecessary import
1 parent 733b1dc commit cae9c4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

token/confidential-transfer/proof-generation/src/transfer_with_fee.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ use {
1919
CiphertextCommitmentEqualityProofData, PercentageWithCapProofData,
2020
},
2121
},
22-
std::char::MAX,
2322
};
2423

2524
const MAX_FEE_BASIS_POINTS: u64 = 10_000;

0 commit comments

Comments
 (0)