Skip to content

Commit

Permalink
remove unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidvanadium committed Apr 5, 2024
1 parent 69f108f commit 914749e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions zingolib/src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -977,14 +977,6 @@ impl LightWallet {
self.shielded_balance::<D>(target_addr, filters).await
}

pub async fn verified_orchard_balance(&self, target_addr: Option<String>) -> Option<u64> {
self.verified_balance::<OrchardDomain>(target_addr).await
}

pub async fn verified_sapling_balance(&self, target_addr: Option<String>) -> Option<u64> {
self.verified_balance::<SaplingDomain>(target_addr).await
}

pub fn wallet_capability(&self) -> Arc<WalletCapability> {
self.transaction_context.key.clone()
}
Expand Down

0 comments on commit 914749e

Please sign in to comment.