Skip to content

Commit

Permalink
DepositEscrow contract (keep-starknet-strange#173)
Browse files Browse the repository at this point in the history
* wip

* address mapping

* add deposit timelock
  • Loading branch information
maciejka authored Jun 14, 2024
1 parent 9fff77f commit af77838
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 1 deletion.
1 change: 1 addition & 0 deletions onchain/src/social.cairo
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pub mod account;
pub mod bech32;
pub mod deposit;
pub mod profile;
pub mod request;
pub mod transfer;
1 change: 0 additions & 1 deletion onchain/src/social/account.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ mod tests {
#[test]
fn successful_transfer() {
let (request, sender, _, _) = request_fixture();

sender.handle_transfer(request);
}

Expand Down
Loading

0 comments on commit af77838

Please sign in to comment.