gitignore & formating

This commit is contained in:
thesn10
2026-05-24 16:27:52 +02:00
parent 2d21381a17
commit 3c663b12e4
2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@@ -11,5 +11,4 @@ test-ledger
spec.md spec.md
app_old app_old
connectorkit project-examples
create-solana-dapp-template

View File

@@ -1,6 +1,6 @@
use anchor_lang::prelude::*;
use crate::state::{EscrowAccount, EscrowState}; use crate::state::{EscrowAccount, EscrowState};
use crate::EscrowError; use crate::EscrowError;
use anchor_lang::prelude::*;
#[derive(Accounts)] #[derive(Accounts)]
#[instruction(amount: u64, dispute_resolver: Option<Pubkey>, escrow_id: u64)] #[instruction(amount: u64, dispute_resolver: Option<Pubkey>, escrow_id: u64)]