Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Dec 6, 2024
1 parent f04628d commit a4dc309
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solana/src/burn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ pub trait SolanaNetwork: Clone + Send + Sync + 'static {
type Error: std::error::Error + Send + Sync + 'static;
type Transaction: GetSignature + Send + Sync + 'static;

#[allow(clippy::ptr_arg)]
async fn payer_balance(&self, escrow_key: &String) -> Result<u64, Self::Error>;

#[allow(clippy::ptr_arg)]
async fn make_burn_transaction(
&self,
escrow_key: &String,
Expand Down

0 comments on commit a4dc309

Please sign in to comment.