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

View File

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