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