Skip to content

Commit

Permalink
import transfer event
Browse files Browse the repository at this point in the history
  • Loading branch information
MSghais committed Jun 18, 2024
1 parent 959eee6 commit 3e919fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onchain/src/social/deposit.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub mod DepositEscrow {

use super::{
Deposit, DepositId, DepositResult, IDepositEscrow, NostrPublicKey, DepositIdEncodeImpl,
CancelEvent, DepositEvent, ClaimEvent
CancelEvent, DepositEvent, ClaimEvent, TransferEvent
};

impl DepositDefault of Default<Deposit> {
Expand Down

0 comments on commit 3e919fe

Please sign in to comment.