diff --git a/acbu_lending_pool/src/lib.rs b/acbu_lending_pool/src/lib.rs index 85ccdab..df0921d 100644 --- a/acbu_lending_pool/src/lib.rs +++ b/acbu_lending_pool/src/lib.rs @@ -147,7 +147,7 @@ pub struct LoanRepaidEvent { } #[contracttype] -#[derive(Clone, Debug, PartialEq)] +#[derive(Clone, Debug)] pub struct RepaymentEvent { pub borrower: Address, pub amount: i128,