gitignore & formating
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -11,5 +11,4 @@ test-ledger
|
|||||||
spec.md
|
spec.md
|
||||||
app_old
|
app_old
|
||||||
|
|
||||||
connectorkit
|
project-examples
|
||||||
create-solana-dapp-template
|
|
||||||
@@ -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)]
|
||||||
|
|||||||
Reference in New Issue
Block a user